How to change colour of bar beneath page title
-
PURE & SIMPLE THEME 1.0.8
Hello, I need to change the colour of the bar beneath the title page (its currently aqua) to my company colour. I have followed the instructions given in a previous response (pasted below), however it is not clear “where” you have to paste into the editor window, when I open “Edit CSS” there are lines and lines of code. I have tried pasting it at the very end of all the code, using my colour reference, then saving the Stylesheet, but nothing changes. Please advise, where one has to paste the code.
.type-page .entry-title:after {
background: #1C5A7C;1. Download and install a CSS editor plugin. I’m using Jetpack as an example because it’s what I know, (you’d have to link it to a wordpress.com account) but you could also use one from the page linked by stephencottontail above. Make sure the plugin is activated. If you’re using Jetpack, make sure the CSS Editor feature is activated at
Jetpack > Settings > CSS Editor > Activate2. Navigate to the CSS editor screen. In Jetpack it’s at
Jetpack > Settings > CSS Editor > Configure
-OR-
Appearance > Edit CSSSome other plugins’ CSS editors are accessed under the Appearance menu too.
3. Paste into the editor window stephencottontail’s code above, but with your color substituted:
.type-page .entry-title:after {
background: #1C5A7C;
}
Be sure to “Save” or “Save Stylesheet” to save your changes.
- The topic ‘How to change colour of bar beneath page title’ is closed to new replies.