Hi,
I’ve just changed the background colour on dw fixel to white, so now when i go to the category pages the text doesn’t appear as it’s white – so I need to change it to black. I’ve searched for an answer but can’t find anything, can you help?
Thanks
Chris

Hi,
To change the Title color in the categories page, you can add the following code to the style.css file:
.headline .entry-title { color: #000;}
Hope this helps !
Hi Dominic, it doesn’t look like it’s worked. I added the line to the style.css file and it’s not updated the titles – they’re still white. The website I’m working on is http://www.branddisplay.net, and I’m trying to change the colour of the titles in any of the pages in the top navigation (fashion/food & drink etc)
Thanks for your help
Chris
Please add the following code:
.headline .entry-title { color: #000 !important;}
Regards,
Amazing, working! Thanks again Dominic
Please login or Register to submit your answer