How to remove URL that’s sitting on top of my banner
-
I’m setting up a blog using a template. My website URL is appearing on top of the banner. I’ve tried removing all the following from the CSS file, but all that happened was the color or position of the URL changed, it wouldn’t go away.
.co_name_bg {
width:463px;
height:180px;
vertical-align:top;}
.co_name {
vertical-align:top;
text-align:left;
font-size:1.2em;
padding:53px 0px 0;
font-weight:700;
}.co_name a {
font-family: Tahoma, Verdana, Helvetica, sans-serif;
color:#ffffff;
text-decoration:none;
font-size:0.9em;
}.co_name a:hover {
color:#ffffff;
text-decoration:none;
font-size:0.9em;
}Have I found the right bit of the CSS file for this? If so, can anyone advise what I’m doing wrong please. If not, where should I be looking?
I’m pretty new to all this, so answers in simple terms would be appreciated!
-
-
URL is facedestiny.com/blog
the part I want to remove is the white name in the middle of the banner.
Thanks for any help.
-
Hey, I’m afraid you’re at the wrong place. https://en.forums.wordpress.com/topic/please-read-me-first-before-posting?replies=1
You want to be over at http://wordpress.org/support
-
Sorry, you’re in the wrong place. You’ll need to ask at http://wordpress.org/support/ for help because you’re self hosted.
-
-
-
-
Ooops sorry about wrong site and thanks for your help.
Particlesofspirit
Thanks for your suggestion – I could not find that phrase at all put it did give me a clue as to where to look and I have now sorted it.
Thanks alot.
- The topic ‘How to remove URL that’s sitting on top of my banner’ is closed to new replies.