Comments Patrick started the conversationJuly 27, 2016 at 9:25pmI would like to modify the page css to change the header sizing from an H1 and use either an H2 tag or a specific font pixel size. Can someone help me out with the specific lines of custom css I need to add to the page to modify this element?Thanks! 8,994Tahir repliedJuly 28, 2016 at 12:40amHey , This might help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug . Thanks ThemeNectar Support Team Patrick repliedJuly 28, 2016 at 7:00pmCool, thanks for your help. How do recommend changing an element per page? I'm trying to using the !important tag to change the color of the .inner-wrap h1 div. Is there a way to do this on a page without changing the global stylesheet?.inner-wrap h1{ color: #ff0000 !important; font-size: 46px; 8,994Tahir repliedJuly 28, 2016 at 10:48pmHey, Please see the page-id technique in this article : https://themenectar.ticksy.com/article/2077/ . Best. ThemeNectar Support Team Sign in to reply ...
I would like to modify the page css to change the header sizing from an H1 and use either an H2 tag or a specific font pixel size.
Can someone help me out with the specific lines of custom css I need to add to the page to modify this element?
Thanks!
Hey ,
This might help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .
Thanks
ThemeNectar Support Team
Cool, thanks for your help.
How do recommend changing an element per page? I'm trying to using the !important tag to change the color of the .inner-wrap h1 div.
Is there a way to do this on a page without changing the global stylesheet?
.inner-wrap h1{
color: #ff0000 !important;
font-size: 46px;
Hey,
Please see the page-id technique in this article : https://themenectar.ticksy.com/article/2077/ .
Best.
ThemeNectar Support Team