Change module font

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Mon May 06, 2013 1:35 am
Hi,

I am looking for the area of code to change the font, font color, link color, size ect in the bottom modules?

www.coverz.com.au

Thanks!
User avatar
Junior Boarder

GK User
Mon May 06, 2013 6:23 am
To change bottom area you need to use this selectors :

Code: Select all
#gkBottom1, #gkBottom2


for links of course in this combination :

Code: Select all
#gkBottom1 a, #gkBottom2 a {... rules ...}
User avatar
Platinum Boarder

GK User
Thu May 09, 2013 3:54 am
Where can I find that? Sorry I am not following?
User avatar
Junior Boarder

GK User
Fri May 10, 2013 11:47 am
Please open template settings and find "Fonts" tab. Then in selectors field copy mentioned code and in font settings choose your new font for this area.
User avatar
Platinum Boarder

GK User
Mon May 13, 2013 11:19 pm
I have added this code;

#gkBottom1 a, #gkBottom2 a {LINK="000000"}

into the other selectors area. Still nothing changes.

I just want to change the color of the hover link text in the bottom modules??

Anyone??
User avatar
Junior Boarder

GK User
Wed May 15, 2013 8:48 am
To change the :hover state on links at the bottom, please use this code
Code: Select all
#gkBottom1 a:hover, #gkBottom2 a:hover {color: red}


if this will not work please give me your site URL because that means I need to check code with firebug.
User avatar
Platinum Boarder

GK User
Mon May 20, 2013 4:37 am
Sorted I changed codes within template.css thanks
User avatar
Junior Boarder

GK User
Tue May 21, 2013 8:43 am
Recommended way to make changes is to use override.css because now you need to remember to not overwrite this file during template update process.
User avatar
Platinum Boarder


cron