This topic has 2 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
Hi.
How can I remove the word “description” from inside the Description tab (which I renamed Awards & Honours).
I attach two example screenshots:
https://prntscr.com/10sgzql
https://prntscr.com/10sgzps
Thank you in advance for any support you can give me.
Antonio
Hello,
Add the next code in Theme Options > Theme custom CSS:
#content_tab_description h2 {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up