Change font and colour in page title
-
I want to change the font and colour of the page title that shows up in the single-column format.
I’ve changed the CSS (pasted into additional) to this:
.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
color: #0059b3;
font-size: 20px;
font-weight: 500;
letter-spacing: 0.14em;
text-transform: uppercase;
}
But this only affects the size and weight. The colour is ignored. Where can I change the actual font and its colour?Is there any way to remove the page-title completely? I’d rather use H1 or H2 lines in the actual post.
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Change font and colour in page title’ is closed to new replies.