Page 1 of 1

Phoca Horizon Template on Joomla 5

Posted: 22 May 2025, 12:45
by phanti09
Hello,
I'm using Phoca Horizon Template for my webpage. I'd like to enlarge the fontsize for the content. How to do that?
Thanks in advance
Stefan

Re: Phoca Horizon Template on Joomla 5

Posted: 22 May 2025, 16:48
by Jan
Hi, just use user.css

Create if not exist in:

media/templates/site/phoca_horizon/css/user.css

and add some rule for enlarging the font size, e.g.:

Code: Select all

body {
    font-size: 110%;
}
Jan

Re: Phoca Horizon Template on Joomla 5

Posted: 03 Jun 2025, 19:02
by phanti09
Thank you that does the trick :-)
Stefan