Okay
  Public Ticket #208186
exclude call to action on shop page
Closed

Comments

  • Michael started the conversation

    Hello, I'm trying to hide the call to action on this page.  I have selected it in the exclude option in the theme panel, but it doesn't seem to work.  

    Here is a screenshot: https://www.evernote.com/shard/s47/sh/960c0be3-ad7...

    Can you help me hide this?  Thank you 

  •  8,445
    Tahir replied

    Hey Michael!

    Add this into the Custom CSS box located in your Salient Options panel :

    .post-type-archive-product #call-to-action {display:none;}
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Patrick replied

    Worked like a charm.  Thank you for the help.