• Closed
  • Justin Yang
    Spectator
    October 3, 2016 at 2:29 pm #30518

    Hi there,
    I’m Justin, new user for evolve plus.

    My questions here.
    How can I define my “sidebar background color” ?
    Have look [ http://philobiz.kr/category/portfolio/ ]. Its just white.

    Please help me.

    Cheers.

    Denzel Chia
    Moderator
    Posts: 2656
    October 4, 2016 at 5:51 am #30531

    Hi,

    Please use the following in Theme Options -> Custom CSS

    #secondary {
    background: #fff000 none repeat scroll 0 0 !important;
    padding: 10px !important;
    }

    You can change #fff000 to the color hex code that you require.
    Use this tool for help. http://www.colorpicker.com/

    Thank you