Dennis Ploenges wrote:
The site is being developed locally using xampp.
Are there any files that I can send you that will assist?
I am reasonably new to this type of modification but can generally find my way around the file structure.
I also have a reasonable understanding of HTML but my problem is really finding the right place and process to begin the modification.
The main reason I want to change the font size in the info lists is that they are being used on section pages as links and will most likely be viewed by older people who may find the font a bit challenging.
In your
[JOOMLA-ROOT]/templates/rt_templateName/custom/scss/custom.scss (this is a link)
file add this:
#g-footer .g-infolist .g-infolist-item-title {
font-size: 1.5rem;
}
To mark this issue as Solved, please change the Topic icon to a Checkmark and add [SOLVED] to the beginning of your Title FIRST post of the Topic
This image is hidden for guests.
Please log in or register to see it.
Thanks.