This topic has 2 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
Hi
I would like to have the option to remove the titel on the description part.
Because now there is a tab saying description (Beskrivning) and a titel saying almost the same.
Thanks
Hello,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.tab-content.tab-description h2 {
display: none !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up