Home Forums Jevelin Theme How to hide social media icons & address in Header 2 on secondary/internal page? Reply To: 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? Reply To: How to hide social media icons & address in Header 2 on secondary/internal page?

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