Hello!
The tabs on my single product page are not working and I can’t figure out how to go about fixing them. Clicking on “About The Model” or “Returns and Exchanges” brings me to the bottom of the page but does not load content for either tab.
http://inkandire.com/product/dtfwct
Of less importance, I’m trying to hide the top row of social icons. They’re both of the class “menu-social-icons” with no ID and I’ve been unable to locate which page is generating this code to manually remove the one. Is there a way to hide just the first instance of something?
I stuck this in the CSS but it just hid them both:
.menu-social-icons {
display:none;
}
I also would like to hide the “email” button from those social icons but the nth-child stuff I was playing with didn’t do anything.
Any help you could give, especially with fixing the tabs, would be greatly appreciated.