I have a question,
I would like to add/adjust some css.
I add it in admin > custom css but it does not work.
In this example top 5px to top 10px
#advanced_sidebar_menu-2-wrap .dashicons {
1. [ ] position: absolute !important;
2. [ ] top: 10px !important;
3. [ ] right: 5px !important;
}
How do I change your css and make sure it stays after a plugin upgrade.
Thanks in advance!
Hi Niclas,
Could you please send me a link to where the CSS is being used so I can determine what is going on?
Thank you
Mat Lipe
Please have a look at the site provided in the private information.
Hi Niclas,
Looks like the CSS you created is correct it simply is being outputted above the plugin styles so it is being overridden. You may fix this by giving the styles a higher priority by prepending a class like so.
Have a great day!
Mat Lipe
Thanks mate! Awesome!