Phoca Horizon Template on Joomla 5

Phoca Templates - templates for Joomla! CMS
phanti09
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 03 Nov 2024, 19:59

Phoca Horizon Template on Joomla 5

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48752
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Horizon Template on Joomla 5

Post 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
If you find Phoca extensions useful, please support the project
Post Reply