Change page title size
-
I’m using Sydney (child) theme with WooCommerce. I want to reduce the default size of the page title that appears on every page.
I’ve read all the support forum related topics, and have tried all the following, none of which made any impact (the page titles did not change at all):.page-title h1 {
margin: 0;
font-size: 18px;
color: #ccc;
}.classic-alt .entry-title {
font-size: 18px;
font-weight: 500;
}.content-area h1.entry-title {
font-size: 25%;
}.entry-header .entry-title a {
font-size: 18px;
}.entry-header .entry-title {
font-size: 18px;
}#content .page .entry-header .entry-title,
.page-title {
font-size: 18px;
}.single-post .hentry .title-post {
font-size: 18px;
}.title {
font-size: 18px;
}I even tried to delete the page title, so I could add my own, but it didn’t work either.
.page .type-page .entry-title {
display: none;
}Nothing seems to have any impact on the page title. Suggestions?
Thanks. robThe page I need help with: [log in to see the link]
- The topic ‘Change page title size’ is closed to new replies.