This topic has 4 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Hi,
I’d like to hide the blog description from the header, and I was able to do so using the following code.
.tbs {
display:none;
}
However, I noticed that it ended up shifting my logo and shopping cart over (private content), is there a way to hide the description without shifting everything over?
thank you,
Michael
Hello,
Please use this code in custom.css file
.header-type-7 .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.
Robert,
That worked perfectly, thank you so much you guys are the best!
Michael
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Hide Blog-Description From Header’' has been successfully resolved, and the topic is now closed for further responses