I've been trying to figure out header issues on .
What CSS can I add to hide the auto generated Site title and tagline - so there is no white box with text over the header? I still want that info to be visible via SEO, but I don't want to see it visually since the graphic has the logo title.
Also, a little back story: This is how I got the graphic to extend the full screen width by doing .
How do I delete auto title and tagline text ontop of header?
Started by
bauerhaus
, Feb 15 2012 09:48 PM
7 replies to this topic
#1
Posted 15 February 2012 - 09:48 PM
#2
Posted 15 February 2012 - 10:15 PM
Hi,
I can't help you with CSS but it is recommended you mention your site for clarity. I assume you are still discussing ? If so, you are referring to the bit I highlighted in red?
I can't help you with CSS but it is recommended you mention your site for clarity. I assume you are still discussing ? If so, you are referring to the bit I highlighted in red?
#3
Posted 15 February 2012 - 10:21 PM
Try adding this to Custom Code > CSS Rules.
Let us know if that works.
Let us know if that works.
#4
Posted 15 February 2012 - 10:21 PM
(removed)
#5
Posted 16 February 2012 - 01:02 AM
@rangelone - That worked perfectly! Thank you sooooooo much!
#6
Posted 16 February 2012 - 01:03 AM
Glad that seems to have worked!
#7
Posted 16 February 2012 - 09:41 PM
@rangelone - I just noticed that when I added that CSS, it hid my social icons (facebook, twitter, google plus). Any idea how to write an exception to include those?
#8
Posted 17 February 2012 - 08:39 PM
Just an update, to hide the title and tagline and KEEP the social icons I ended up using this CSS:
#branding .title-container {
display: none;
z-index: 10;
}











