Chris Bardsley
asked 9 years ago

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

![white text not showing](http://i.imgur.com/scSYoxC.jpg "white text not showing")

1 Answers
DominicStaff
answered 9 years ago

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 !

chrisbards
replied 9 years ago

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

dominic Staff
replied 9 years ago

Please add the following code:
.headline .entry-title { color: #000 !important;}
Regards,

chrisbards
replied 9 years ago

Amazing, working! Thanks again Dominic

Powered by DW Question & Answer Pro