Phoca Horizon Template on Joomla 5

Phoca Templates - templates for Joomla! CMS
phanti09
Phoca Member
Phoca Member
Posts: 12
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: 48996
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
phanti09
Phoca Member
Phoca Member
Posts: 12
Joined: 03 Nov 2024, 19:59

Re: Phoca Horizon Template on Joomla 5

Post by phanti09 »

Thank you that does the trick :-)
Stefan
phanti09
Phoca Member
Phoca Member
Posts: 12
Joined: 03 Nov 2024, 19:59

Re: Phoca Horizon Template on Joomla 5

Post by phanti09 »

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

Re: Phoca Horizon Template on Joomla 5

Post by Jan »

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):

Image

Jan
If you find Phoca extensions useful, please support the project
phanti09
Phoca Member
Phoca Member
Posts: 12
Joined: 03 Nov 2024, 19:59

Re: Phoca Horizon Template on Joomla 5

Post by phanti09 »

Danke Jan,
bottom-b,c,d hatte ich nicht auf dem Schirm.
/Stefan
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48996
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Horizon Template on Joomla 5

Post by Jan »

OK
If you find Phoca extensions useful, please support the project
Post Reply