Change band colour of post title on Writr Theme
-
I would like to change the band colour on which the post title is shown in the Writr theme. I do have customization. Just wanting the css code.
Also seeking the css code for colour change, not of the widget title, but the other text in the sidebar.
Appreciate your help – thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi,
This is for the band color (I’m using a garish pink for example purpose):
.entry-title { background: #ff00ff; }For non-widget title sidebar texts, there are two main elements there, links:
#secondary a { color: #ff00ff; }And paragraph text:
#secondary p { color: #c0c0c0; }Try them out!
-
I missed the small arrow for the title band. Add the folowing also:
.entry-title:after { border-right-color: #ff00ff; }The color needs to be the same with the .entry-title background color above.
-
Thank you so much. It all works. I so appreciate you doing this so quickly and efficiently. Quite amazing. Just one more thing I forgot. What code do I insert to change the colour of the text on the page titles. Thanks again.
-
Hi,
I checked your custom CSS and you already got the code for page title color in place. :)
-
-
-
-
- The topic ‘Change band colour of post title on Writr Theme’ is closed to new replies.