Hi- I have kind of a silly question, but for some reason I just can’t get it. I have a menu in top right of my header area. The small white border in between the text menu is showing up, but I have set the boxes to have a transparent border. I want to get the white border to go away and just keep the transparent border, but I can’t seem to figure out how. What css do I modify? Link in private content area. Thanks for your help.
Hi Angiec13!
Please add following code to Quick CSS
.sub_menu li { border: none; }
please disable CSS minifying feature on the plugin you are using or code may not be applied
Best regards,
Yigit
Hi- I added the code, and you’re right– it wasn’t applied. What plugin are you referring to, and how to I disable the css minifying feature?
Thanks!
Angie
Hey!
It is W3 Total Cache plugin for most of the time :) But code is working fine on my end right now. Please do not forget to flush browser cache
Regards,
Yigit
Nevermind the minifying. I got it to work. Thanks! :)