[Resolved] Borders ONLY on Blog

Home Forums Support [Resolved] Borders ONLY on Blog

Home Forums Support Borders ONLY on Blog

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #908447
    robmac

    Hi,

    Currently I’m using the CSS below to apply borders to all my site content. However, can I tweak this CSS so it ONLY puts borders, as they now are, on my blog posts and sidebar? ie, the rest of the site does NOT have borders around containers. Thank you.

    ie,
    blog – container borders
    rest of site – no container borders

    CSS I’m using currently:

    .separate-containers .inside-article,
    .sidebar .widget {
    border: 2px solid #000;
    }

    #908614
    David
    Staff
    Customer Support

    Hi there,

    try this CSS, it will only apply where the columns are active that are required for the blog:

    .generate-columns-activated.separate-containers .inside-article,
    .generate-columns-activated .sidebar .widget {
        border: 2px solid #000;
    }
    #908706
    robmac

    Awesome….thank you!

    #908823
    David
    Staff
    Customer Support

    You’re welcome

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