bottom2 module title

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
Mon Jun 03, 2013 9:59 am
Reply with quote
Report this post
Is it possible to control the font size of the module title in this position? thanks
User avatar
Junior Boarder

GK User
Mon Jun 03, 2013 10:48 am
Reply with quote
Report this post
You can use below css in override.css located in template folder css. Enable css override option in template settings > advanced settings > css override "on".

Currently in demo module title uses Big title class entered in module settings suffix. Change 36px and 16px to your value.
Code: Select all
#bottom2 .box.bigtitle .header {  font-size: 36px; }
#bottom2 .box.bigtitle .header small {  font-size: 16px; }


See you around...
User avatar
Platinum Boarder

GK User
Mon Jun 03, 2013 11:03 am
Reply with quote
Report this post
normanUK wrote:You can use below css in override.css located in template folder css. Enable css override option in template settings > advanced settings > css override "on".

Currently in demo module title uses Big title class entered in module settings suffix. Change 36px and 16px to your value.
Code: Select all
#bottom2 .box.bigtitle .header {  font-size: 36px; }
#bottom2 .box.bigtitle .header small {  font-size: 16px; }


See you around...


Added this to the override file but no changes to the module title size:
http://www.oakraflooring.co.uk/index.php/products
Cheers joe
User avatar
Junior Boarder

GK User
Mon Jun 03, 2013 11:12 am
Reply with quote
Report this post
I've thought you were referring to module title in Rockwall which uses NSP module and has different class :)

For your site please use following code. Change 36px to your value.

Code: Select all
#gkBottom2 h3 { font-size: 36px;}


See you around...
User avatar
Platinum Boarder

GK User
Mon Jun 03, 2013 11:15 am
Reply with quote
Report this post
normanUK wrote:I've thought you were referring to module title in Rockwall which uses NSP module and has different class :)

For your site please use following code. Change 36px to your value.

Code: Select all
#gkBottom2 h3 { font-size: 36px;}


See you around...


GENIUS!!!
User avatar
Junior Boarder

GK User
Mon Jun 03, 2013 11:21 am
Reply with quote
Report this post
No problem at all, see you around : )
User avatar
Platinum Boarder


cron