obipawn
Member
Posted 3 years ago #
Hi,
I am pretty new and my Arclite theme header has a line dividing my blog title from my tag line. I want to remove that line because I don't like the way it looks. The only time it goes away is if I remove the whole tag line. My website url is http://www.chessinstructor.net and I am using wordpress version 2.8.5
thanks!
mario
In your style.css, remove the border-left in your #pagetitle h4 and it will go away.
It's in the section that looks like this:
#pagetitle h4 {
border-left:0 solid #8E7762;
color:#E9E2C9;
float:left;
margin-left:1em;
padding:0.6em 0 0.6em 0.8em;
}
Remove the whole border-left line
obipawn
Member
Posted 3 years ago #
I tried removeing 'border-left'
and nothing happened, so I removed everything inside the brackets, and nothing happened, so now I'm worried I messed up my website. Not sure where it goes back (I saved the part I removed onto notepad).
I think it was original placed below the paragraph:
#pagetitle h1.logo a{
color: #eeeadb;
text-decoration: none;
}
Or was it above it?
Please help!
-mario
you can upload again your style.css from your theme folder from your pc. Overwrite it. This way you will put the default values.
p.s.: if you want my opinion it is more elegant with that line there.
it is possible that @jrav001 advise is good but your cache still loades your line there. Try to do what my coleague told you to do and then hit at the same time ctrl + f5 several times to refresh the page.
obipawn
Member
Posted 3 years ago #
Thanks kiano.ro,
yeah, that ctrl + f5 is an idea. maybe I'll try again. or just leave it alone like you say.
thanx,
-mario
obipawn
Member
Posted 3 years ago #
ok, I'll just leave it. Yeah, now you convinced me it's cool.