• Resolved obipawn

    (@obipawn)


    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 https://www.chessinstructor.net and I am using wordpress version 2.8.5

    thanks!

    mario

Viewing 6 replies - 1 through 6 (of 6 total)
  • jrav001

    (@jrav001)

    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

    Thread Starter obipawn

    (@obipawn)

    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

    kianoro

    (@kianoro)

    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.

    kianoro

    (@kianoro)

    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.

    Thread Starter obipawn

    (@obipawn)

    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

    Thread Starter obipawn

    (@obipawn)

    ok, I’ll just leave it. Yeah, now you convinced me it’s cool.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘removing divider line between blog title and tag line’ is closed to new replies.