Thursday, June 25, 2015

Park Louisa | Changing Sidebar Background Color

Below is the code on how to change the sidebar background color of the layout Park Louisa. You have to add the code below in the Edit Head Section for it to work.

Original Sidebar:

Park Louisa | Changing Sidebar Background Color


After the changes:

Park Louisa | Changing Sidebar Background Color

Code:

/**CODE STARTS HERE**/
<style>
body.diyfeSidebarLeft .diyw .diywebSecondary {
    background-color: red!important;
}
</style>
/**CODE ENDS HERE**/

NOTE: Just change the value "red" to any color you want.