• Hi,

    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!

Viewing 1 replies (of 1 total)
  • Plugin Author Nick Halsey

    (@celloexpressions)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘removing sidebar while using Fourteen colors plugin’ is closed to new replies.