Custom CSS will NOT override certain default rules
-
Hi,
I have been trying to override certain styles in the plugin’s custom CSS style box while the slider is set to “default”. Some works and some don’t. One that does NOT work is this one:
.smooth_slider .smooth_nav a.smooth_slider_nnav {
border: none;
background-color: #ffffff;
}The above is the rule that styles the number navigation. I want the background to be white and have no border, yet it will NOT override the plugin’s default rules, which is the following:
.smooth_slider .smooth_nav a.smooth_slider_nnav {
border: 1px solid #ccc;
font-weight: normal;
margin: 3px;
padding: 2px 6px;
text-align: center;
text-decoration: none;
}Has anyone else come across this issue? What can I do WITHOUT touching the plugin’s system files / folders?
Thanks in advance for any feedback!
- The topic ‘Custom CSS will NOT override certain default rules’ is closed to new replies.