Font size page headers Twenty eleven
-
I wish to change the size of my page headers with theme Twenty Eleven which doesn’t have appearance->customise->font.
I can change the size of the main header with css
#site-title a {
color: #000000;
font-size: 2.2em;
font-family: times New Roman;
}
and change entry title with
.entry-title {
font-size: 22px;
}I cannot find a way to change the size of headings for each page.
I have tried the below css but it doesn’t work
.page-title {
font-size: 1.0rem;
}I also tried changing font size for h1 through to h6 but this doesn’t effect the page headings.
Can someone please suggest how to overcome this
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Font size page headers Twenty eleven’ is closed to new replies.