I change the stylesheet and it doesn't work. I even added a new style in the header section and it always stays the same size.
Thanks in advance for any help.
I change the stylesheet and it doesn't work. I even added a new style in the header section and it always stays the same size.
Thanks in advance for any help.
A link to your site might help...
For Constructor theme use follow code in CSS tab:
#header h1 {
font-size: 2.0em !important; /* default size */
}
#header h2 {
font-size: 1.8em !important; /* default size */
}
Thanks, I forgot the !important
This topic has been closed to new replies.