This topic has 2 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hi,
When I add product attributes they display great on the site – but the words ‘additional information’ are repeated – once in the tab title and then again below when the tab is open – how can I get rid of the ‘additional information’ title in the open tab? (see: http://whattwodo.es/sale4/product/luxury-egyptian-robe/)
Thanks in advance
Hello,
Please try to use this code in custom.css file:
div#content_tab_additional_information h2 {
display: none;
}
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up