Hi
I’m trying to make the H3 tag used in the iconbox title larger, however the CSS code I’m using does not work.
Here’s the code
/* increase font size of icon box title on home page */
page-id-627 .iconbox .iconbox_content .iconbox_content_title {
font-size: 28px;
}
The page is the home page here:
http://www.impactcrescendo.com/
Thank you
Lyse
Hi tremblayly!
You are missing a “.” in front of the page ID. You can also add important. By adding the page ID it will affect only one page if you like to see the change site wide use the below css without page ID.
.page-id-627 .iconbox .iconbox_content .iconbox_content_title {
font-size: 28px!important;
}
Regards,
Vinay
Hi Vinay
Oh my God! Sorry for the trouble. Long last couple of days…,
Thanks
Lyse
Hey!
Not a problem! We are always happy to help :)
FYI we have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Cheers!
Vinay