Font Colour

October 2012 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Feb 18, 2014 4:49 pm
Reply with quote
Report this post
I am looking for a way to change the font colour in the entire template. I would like it to be a little darker…

Is there a way that this can be done by editing the template… or do i have to do it in each article or?!?

Help would be appreciated

Thanks

Salut

Alain
User avatar
Fresh Boarder

GK User
Tue Feb 18, 2014 4:54 pm
Reply with quote
Report this post
Hi,
sure answer to this question you will find : http://www.gavick.com/documentation/joo ... -size-etc/

Of course links have it's own color so you have to override them also.

If we talk about general color for font, default is
Code: Select all
body {color: #777777; }

so if you need a darker use
Code: Select all
body {color: #333; }

or
Code: Select all
body {color: #000; }


Read this guide also: https://www.gavick.com/documentation/jo ... -template/
User avatar
Platinum Boarder

GK User
Tue Feb 18, 2014 6:38 pm
Reply with quote
Report this post
So, do i change them in the template or i need an editor to do so?!?!
User avatar
Fresh Boarder

GK User
Tue Feb 18, 2014 6:46 pm
Reply with quote
Report this post
Nevermind…

Got it…

Thanks so much for your help!!!

Alain
User avatar
Fresh Boarder

GK User
Tue Feb 18, 2014 6:53 pm
Reply with quote
Report this post
Quick follow up question

What are the menus per se called… so that I can modify the colours of the menu..

Thanks
User avatar
Fresh Boarder

GK User
Tue Feb 18, 2014 7:26 pm
Reply with quote
Report this post
In most cases this guide will help: http://www.gavick.com/documentation/gen ... -the-menu/

p.s.
Next time check all articles from this category: http://www.gavick.com/documentation/cat ... -template/
User avatar
Platinum Boarder


cron