How to hide social media icons & address in Header 2 on secondary/internal page?

Home Forums Jevelin Theme How to hide social media icons & address in Header 2 on secondary/internal page?

Home Forums Jevelin Theme How to hide social media icons & address in Header 2 on secondary/internal page?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • heatherruthcreative
    Participant

    Hi.  I have the social media icons unchecked to not show on my main page header (which is Header 4).  However, I have internal pages set with Header 2…but they are showing the social media icons, as well as my business address/contact info at the top.  I don’t want these two things to show.  How do I remove them from showing?  Thanks!

     

    Here is my URL: http://www.danataft.com/yoga/pricing-table/

    Attachments:
    You must be logged in to view attached files.

    Hi @heatherruthcreative,

     

    I hope you are well today and thank you for your question.

     

    You can remove by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-header-top.sh-header-top-2 {
        display: none;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)