• Resolved jasminecross11

    (@jasminecross11)


    Hello,

    I’m trying to remove the 2 grey lines at the top of the webiste. I’ve inserted this code:

    .site-header{
    border-bottom-color: #ffffff ;
    }

    .site-footer{
    border-top-color: #ffffff ;
    }

    This seemed to remove the grey line in the footer of my site (which is what I wanted) but hasn’t removed the 2 lines at the top. Please advise. Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jasminecross11

    (@jasminecross11)

    I forgot to add that I’m using jetpack portfolio and these lines only appear on the portfolio page. When I use the code above the header line are hidden on all the other pages except the portfolio page.

    Thanks

    Hi there,

    Can you post a link to the page on your site where this is visible?

    Thread Starter jasminecross11

    (@jasminecross11)

    Hi, my site is jasminecross.co.uk. It’s not actually ready to go live yet but I’ve set it so you can have a quick look

    I’m trying to remove the 2 grey lines at the top of the webiste.

    I forgot to add that I’m using jetpack portfolio and these lines only appear on the portfolio page

    As far as I can see, there’s a line at the top of every page on your site.

    If you want to remove the top two grey lines on the portfolio, please try using the css below:

    .page-template-portfolio-page .page-title, .page-template-portfolio-page-php .page-content {
        border: hidden;
    }
    Thread Starter jasminecross11

    (@jasminecross11)

    Hi, thanks so much this worked. I don’t suppose you have some coding I could you that would remove the word ‘PORFOLIO’ at the top of the page? I’ve already tried using the same coding that removed the other page titles, but it didn’t work for this, I’m guessing because it’s a jetpack issue.

    Thanks!

    Hi @jasminecross11 – did you get this sorted out? I don’t see a Portfolio page title so looks like it’s sorted, but just let us know if you need further help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘grey lines at the top of pages’ is closed to new replies.