[Resolved] Hide Border on Homepage Only

Home Forums Support [Resolved] Hide Border on Homepage Only

Home Forums Support Hide Border on Homepage Only

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1363720
    Jason

    Hi there,

    I added a border between my sidebar and main area with this css:

    /*LINE BETWEEN SIDE BAR */
    .site-main {
    border-right: 1px solid rgb(104, 186, 176, .25);
    }

    However, I would like to hide that border line on my homepage because there is no sidebar there. How would you do this? Post ID is 12088.

    #1363799
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    body:not(.home) .site-main {
        border-right: 1px solid rgb(104, 186, 176, .25);
    }
    #1364213
    Jason

    Worked like a charm! Thanks Leo

    #1364593
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.