Hi!
I have installed the Google Typography pluggin, and whit the h1 selector, doesn’t take the font-size.
I think maybe it is hardcoded somewhere.
Could you help please?
Thanks!!
José
Hey jmaguirrei!
Are you trying to change the font size of the page title? You can use this:
.title_container .main-title {
margin: 0;
font-size: 20px;
position: relative;
z-index: 2;
min-height: 36px;
line-height: 2.3em;
top: 0;
font-weight: 400;
}
Cheers!
Ismael
Ok Ismael, I used the .post-title.entry-title CSS property, and it work for me.
Thanks!!
José