Editing CSS
-
I would like to edit the CSS to ideally make the div with the blue background which says “There were no results found”:
First choice: Make it NOT visible
Second choice: Change the bacground color to whiteI have tried adding the following code to my stylesheet but it isn’t working:
.tribe-events-notices li {display: none; background-color: #ffffff !important;
}I’ve been able to change other rules related to the display of this plug in successfully. What am I doing wrong here?
Also is there an easier way – withing the plugin settings – to edite the CSS or just mandate a color scheme?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Editing CSS’ is closed to new replies.