Support » Themes and Templates » Need sidebar color help

  • Resolved je9265

    (@je9265)


    Hi,
    I have gone into the “styles” file to try to change the background color of the sidebar to white, but for the life of me cannot figure out where to change the color. I don’t see any table codingn except for “navigation” and I tried changing the background color of that to no avail. Can anybody help me out? By the way, the theme is “Dirtylicious”.

    Jennifer

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you try all the ‘navigation’ classes:

    ie: “.navigation table td”

    It seems strange that there’s a ‘sidebar’ div in the sidebar.php but no reference in the ‘styles.css’!

    Try and add something like:

    #sidebar {
    	background-color: whatevercoloryoulike;
    	}

    or

    #sidebar {
    	background: whatevercoloryoulike;
    	}

    to the ‘style.css’

    See what happens!

    Thread Starter je9265

    (@je9265)

    Thanks-I’ll do that.
    Jennifer

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need sidebar color help’ is closed to new replies.