Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1126387

    The enfold sidebar changes are not showing, I want to change the sidebar color. Every other change works in Enfold, except the sidebar.
    Can someone check this code out, is the sidebar css reference missing? you can see the attachment. Thanks
    Image 2019-08-10 at 11.07.59 AM.png

    or
    http://66.7.193.7/~okami1/news/

    thanks!

    #1126489

    Hey andyux,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .sidebar.sidebar_right {
      background-color: navy;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1127156

    Thanks Victoria, closer. So its getting the BG for the area with widget, but not the entire height of the sidebar, from header to footer, see here
    Image 2019-08-13 at 1.35.12 PM.png

    Alternatively i’m trying code to insert in a html widget that will expand to 100% of the height but havent been successful yet, any ideas there?

    Like css

    divsidebar {
     height: 100vh;
    }

    and html widget
    <divsidebar> </divsidebar>

    #1127328

    Hi andyux,

    The sidebar is not 100% height, you can set it to be via css like so:

    
    .sidebar.sidebar_right {
      background-color: navy;
      height: 100vh;
    }
    

    Best regards,
    Victoria

    #1127339

    YES! thaaaaank you!

    #1127368

    Hi andyux,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1127369

    Hi andyux,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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