This topic has 6 replies, 2 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
Hi guys,
how do i remove the tag lines from the header?
Thanks.
Hello,
Could you please clarify with more details what exactly you want to do and show us screenshots?
Regards,
Robert Hall.
Hi,
Please refer to my website.
Top left hand corner written “We are Committed to your Innovative”
How do i remove everything, including the icon?
Thanks
Hello,
Add this code into custom.css file.
.header-type-6 .header .tbs span{
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hi,
How about remove the row of currency on the header as well?
Thanks.
Please, add this code into custom.css file:
.currency{
display:none;
}
Regards,
Robert Hall.
The issue related to '‘How to remove tag line from header’' has been successfully resolved, and the topic is now closed for further responses