Bottom modules - font options

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Wed Oct 23, 2013 12:34 pm
Hi all,

I am wondering if someone can help please?

I am just wondering what is the best way to remove the 'bold' effect in the bottom module links. Also, what is the best way the reduce the size of the font slightly?

Any help is much appreciated.

Thanks,

Prit
User avatar
Gold Boarder

GK User
Wed Oct 23, 2013 3:49 pm
Could You please post an url to your site?
User avatar
Moderator

GK User
Wed Oct 23, 2013 4:08 pm
Hi,

The website URL is: www.hasled.com

I am looking to change the fonts of the bottom position module links e.g. 'Bluetooth LED SpeakerBulb', 'Follow Us On Twitter'. I think it would be better for it not to be bold and maybe the font size be reduced slightly.

Thanks!

Prit
User avatar
Gold Boarder

GK User
Wed Oct 23, 2013 4:24 pm
Use override.css (I see You have already used it), and add:
Code: Select all
#gkBottom1 div.gkCol h3 {font-weight: normal; font-size: 10px;}

This will remove bold from module headers and reduce font size to 10px (change the number to your linking)
User avatar
Moderator

GK User
Wed Oct 23, 2013 4:25 pm
And to change content of modules, use:
Code: Select all
#gkBottom1 div.gkCol div.content a {font-weight: normal; font-size: 10px;}

It works exactly as header one.
User avatar
Moderator

GK User
Wed Oct 23, 2013 4:43 pm
Hi,

I will check that out.

Thanks for the reply - much appreciated.

Prit
User avatar
Gold Boarder

GK User
Wed Oct 23, 2013 9:32 pm
It should work correctly, if not, please apply those changes and write back.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.