Remove Thin lines!

  • Unknown's avatar

    Hi,

    I need help with removing the thin grey lines that accurs above and below the content on my startpage.
    I tried with some css codes but this didn`t work..

    My other question is, if its possible to center the text – ♦HANDGJORDA SMYCKEN ♦UNIK DESIGN- and put this text just above the footer??

    I hope someone can help me! :)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi!

    If you only want to hide the lines in your homepage, I think this code could work:

    
    .home .entry-header {
         border-bottom: none;
    }
    
    .home .entry-footer {
        border-top: none;
    }
    

    If you want to remove them from all pages, just delete the .home part.

    As for the text you want centered, looks like it’s part of the content of the page. I guess you could try to assign a class to it and then fix its position using CSS, but I’m afraid that wouldn’t work very well and would be difficult to adjust it to be responsive, so I would let it as it is :)

    I hope it helps!

  • Unknown's avatar

    Thanks, That worked well :)

  • Unknown's avatar

    Great! Glad to hear it :)

  • The topic ‘Remove Thin lines!’ is closed to new replies.