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?
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/
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