Conversation
supportHi, I am using a child theme with Fourteen colors plugin and it has been working great. Now, I am trying to remove the default left sidebar of 2014 theme using the below code. .site:before { display: none; } With the plugin deactivated, the sidebar disappears as expected. However, with the plugin activated, it still shows up. Anyway I can make the plugin work with the above piece of code? Thanks!
It’s probably an issue of css priority. Maybe try adding !important ? Or, it may work to load the CSS via the option in the customizer.
It’s probably an issue of css priority. Maybe try adding !important ? Or, it may work to load the CSS via the option in the customizer.