Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter estosobrius

    (@estosobrius)

    Thank you! For some reason the .home didn’t work when I added it to the .css code in my child theme, though the .btn-primary {display:none;} works fine by itself.

    But this gave me an idea. What I wanted was to remove the buttons from the base of the Customizr home page (i.e. the featured pages) but not necessarily from the slider. The theme’s .css code defines the featured pages as .marketing, so this code worked just fine:

    .marketing .btn-primary {display: none;}

    Thanks again, rdellconsulting, for the idea!

Viewing 1 replies (of 1 total)