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
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
-
- Gold Boarder
- GK User
- Wed Oct 23, 2013 3:49 pm
Could You please post an url to your site?
-
- 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
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
-
- Gold Boarder
- GK User
- Wed Oct 23, 2013 4:24 pm
Use override.css (I see You have already used it), and add:
This will remove bold from module headers and reduce font size to 10px (change the number to your linking)
- 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)
-
- Moderator
- GK User
- Wed Oct 23, 2013 4:25 pm
And to change content of modules, use:
It works exactly as header one.
- Code: Select all
#gkBottom1 div.gkCol div.content a {font-weight: normal; font-size: 10px;}
It works exactly as header one.
-
- Moderator
- GK User
- Wed Oct 23, 2013 4:43 pm
Hi,
I will check that out.
Thanks for the reply - much appreciated.
Prit
I will check that out.
Thanks for the reply - much appreciated.
Prit
-
- Gold Boarder
- GK User
- Wed Oct 23, 2013 9:32 pm
It should work correctly, if not, please apply those changes and write back.
-
- Moderator
7 posts
• Page 1 of 1