Hi,
I would like to make the blog title bit smaller. How can I do that?
H.
Hi,
I would like to make the blog title bit smaller. How can I do that?
H.
depends on what theme you are using, no way to tell you exact, without looking at it. But go into your header and figure out what div controls the header text, then go into your style.css file and find the css .div that controls the div (that contains the header text) element and edit it accordingly. Look for something that says
(#headertext) is generic, yours might be different.
#headertext {
font-size : 20px; or font-size : 1.5em;
}:)
Ok thanks. That is what I was doing.
As the Tag indicates this was about "Constructor" theme.
H.
For version > 1.0.0:
Open header tab on customize page and change font size with selector
No matter what I do I cannot change the title size. I've tried all your advice too. I pasted in CSS section with no luck, and there is no font size selector in header tab
This topic has been closed to new replies.