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