#bottom2 .box.bigtitle .header { font-size: 36px; }
#bottom2 .box.bigtitle .header small { font-size: 16px; }
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...
#gkBottom2 h3 { font-size: 36px;}
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...