Hi there
I've applied the following css to Theme Options>Custom CSS & JS:
#Top_bar .menu li ul {
top: 80% !important;
}
a.action_button:hover {
color: #fff;
background-color: #0f375a;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
The CSS code gets output and written to <style id="mfn-dnmc-theme-css"> (I can see it in there), but it doesn't get applied - eg.
However, if I add the same CSS to Visual Composers on page CSS editor the changes are applied - eg Home page
I've double checked my CSS in there to make sure I wasn't any syntax errors and all is fine. I've cleared caches, changed browsers etc. and still the same issue.
Please help.
Thanks,
Nick
Comments
you have a missing bracket:
http://prntscr.com/j9zeho
cheers