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
Phoca Horizon Template on Joomla 5
- Jan
- Phoca Hero
- Posts: 48996
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Horizon Template on Joomla 5
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.:
Jan
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%;
}
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 12
- Joined: 03 Nov 2024, 19:59
Re: Phoca Horizon Template on Joomla 5
Thank you that does the trick :-)
Stefan
Stefan
-
- Phoca Member
- Posts: 12
- Joined: 03 Nov 2024, 19:59
Re: Phoca Horizon Template on Joomla 5
Hallo,
ich möchte gern die Reihenfolge der Particle Module festlegen. Ich habe drei ImageRow Module, die untereinander angezeigt werden sollen. Wie lege ich die Reihenfolge fest?
/Stefan
ich möchte gern die Reihenfolge der Particle Module festlegen. Ich habe drei ImageRow Module, die untereinander angezeigt werden sollen. Wie lege ich die Reihenfolge fest?
/Stefan
- Jan
- Phoca Hero
- Posts: 48996
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Horizon Template on Joomla 5
Hallo,
etweder gibt man alle Module in eigne Positionen:
- bottom-a
- bottom-b
- bottom-c
- bottom-d
oder man ändert die Reihenfolge in Module Administration (wenn man z.B. zwei Module mit gleicher Position hat):

Jan
etweder gibt man alle Module in eigne Positionen:
- bottom-a
- bottom-b
- bottom-c
- bottom-d
oder man ändert die Reihenfolge in Module Administration (wenn man z.B. zwei Module mit gleicher Position hat):

Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 12
- Joined: 03 Nov 2024, 19:59
Re: Phoca Horizon Template on Joomla 5
Danke Jan,
bottom-b,c,d hatte ich nicht auf dem Schirm.
/Stefan
bottom-b,c,d hatte ich nicht auf dem Schirm.
/Stefan
- Jan
- Phoca Hero
- Posts: 48996
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Horizon Template on Joomla 5
OK
If you find Phoca extensions useful, please support the project