Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #218863

    Hi – I would like to add a vertical sidebar border between the content and sidebar sections. I would only like to have this border however on the blog posts pages however, not on any other pages. Is this possible? If so how would I do so? Thanks!

    #218875

    Hi wss310!

    Can you post the link to your Enfold website? There is already a border between sidebar and content sections.

    Cheers!
    Yigit

    #218877
    #218880

    Hi!

    Please find following code in Quick CSS or Custom.css file

    .content, #top #main .sidebar, .sidebar_left .content {
    border-left-style: none!important;
    border-right-style: none!important;
    }

    and remove !important rules then add following code to Quick CSS

    .blog #main .sidebar { border-style: solid!important; }

    Best regards,
    Yigit

    #218960

    Hi, here’s what I have in my style.css (in my child theme):

    .content, #top #main .sidebar, .sidebar_left .content {
    border-left-style: none;
    border-right-style: none;}
    
    .blog #main .sidebar {border-style: solid!important; }

    This does not show a border on the blog page. I do not have any border CSS in my quick CSS. Any other thoughts? Thanks!

    #219418

    Hi!

    Please try adding following code to Quick CSS

    .blog .sidebaar, .single-post .sidebar { border-left-style: solid!important; }

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blog sidebar border’ is closed to new replies.