This is driving me insane

Posted in: Newspaper
Post count: 36

All im trying to do as change the hover over colour of my menu text when hovered from black to orange as I want a black menu background. I have the gadget theme selected and I’ve physcially gone into the demo_style.css to change the colour but everytime it stays black. I even go into inspect element and see it’s still black yet wordpress tells me it’s saved as orange. I can even change the colour via inspect element which obviously doesnt save and it changes, so I know thats the correct line.
https://www.screencast.com/t/d0I2oHN4lM1
https://www.screencast.com/t/a75aeBoudabW

I dont know why it wont save.

  • This topic was modified 8 years by danblukk.
  • This topic was modified 8 years by danblukk.
Post count: 9544

Best method is adding your custom css to end of style.css or ideally put all your over rides in custom css file you load after everything else.

Post count: 22421

Hello,

The gadgets theme demo as other demos as well, ad their own css style to the theme and in many cases change the default colors. Sometimes a stronger css code is required.
Try this code in the theme panel-> custom css section:

.td-gadgets .td-header-style-5 .sf-menu > li > a:hover{
color:orange;
}

Thanks.

Post count: 36

That works perfect.

Much appreciated 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.