• dleonte

    (@dleonte)


    I am using the F2 theme and I would like to change the background color for my sidebar to white. I have been looking in the style sheet for the color code for the sisebar but I am unable to find it.

    https://mysite.juliefarha.com

    Thanks for taking the time to help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Samuel B

    (@samboll)

    look in the theme’s style.css for this

    /* Sidebar */
    
    .sidebar {
    
    	color:#222;

    change #222 to whatever color you like – maybe #fff for white

    Thread Starter dleonte

    (@dleonte)

    I got a white background in the sidebar when I added the background: in the stylesheet:

    /* Sidebar */

    .sidebar {
    background:#fff;

    However, now only half of the sidebar has a background of white the bottom half is still a gray color.

    https://mysite.juliefarha.com

    Thanks again.

    Thread Starter dleonte

    (@dleonte)

    I found it. All is white now on the sidebar.

    Thanks.

    I am using the F2 theme. I would like to send the image background for sidebar. But could not. Image sidebar is incomplete.
    https://ghiasabadi.co.cc
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing background color on sidebar’ is closed to new replies.