It says “Header custom HTML (for 6, 7, 13, 14, 18 headers)” But how do i remove it?
This topic has 6 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
It says “Header custom HTML (for 6, 7, 13, 14, 18 headers)” But how do i remove it?
Hello,
Please add this code in Theme Options->Custom CSS->Global Custom CSS.
.header-type-6 .header .tbs span{
display:none;
}
Regards,
Robert Hall.
does not seem to work?
Hello,
Please try this code.
.header .tbs span{
display:none !important;
}
If this doesn’t help provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
It worked 🙂
Thanks
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall.
The issue related to '‘how can i remove this from the header (#6)’' has been successfully resolved, and the topic is now closed for further responses