Remove title and clickable banner
-
Hello all.
I am trying to get a clickable banner that doesn’t show WPs blog title because the title is in the banner. It works for the clickable banner but I can’t get rid of the title. “display:none;” only works if we remove the clickable header code.
Sorry for CSS newbie questions. I am still new at this and need laymen’s terms, please. Thanks!
body {
background-image:url(‘image url’);
background-position: center;
background-repeat:no-repeat;
background-color:#FFFFFF }
#header { height:150px;
background-color:transparent}
h1 { font-size:1pt;
text-align:center;
}
#blog-title, #blog-title a { color:#FFFFFF;
background-color:transparent; }
#blog-title a { position:absolute;
left:1px; top:1px; width:3000px;
height:200px;}
#blog-description { display:none; }
- The topic ‘Remove title and clickable banner’ is closed to new replies.