• Resolved erikadesigns

    (@erikadesigns)


    Hello! I’m trying to edit my theme so the sidebar on this site is #1677a4. I want it to continue the whole length of the page.
    Any help would be greatly appreciated.
    Thank you!

Viewing 1 replies (of 1 total)
  • style.css line 386

    #sidebar1, #sidebar2 {
        float: left;
        overflow: hidden;
        background: none repeat scroll 0% 0% rgb(22, 118, 164);
    }

    Changing the background there should do it to give you the right color.

    Making the sidebar stretch to the pages full height is more complicated. I suggest you contact the theme authors for help with that.

    https://www.pagelines.com/

Viewing 1 replies (of 1 total)
  • The topic ‘Change Sidebar color’ is closed to new replies.