Tagged: CSS, header, logo area, theme-options
Hi there,
Love your guys’ theme. But I’ve just ran into a bit of a problem with the theme options. I’m using the left sidebar header layout and would like to change the color of the logo area background and borders and all that, so that it’s differentiated from the rest of the site a bit more. I’ve set in the theme options for it to have a background color of #333033 which is quite dark, but it remains white. And it seems like the logo area is the only thing affected by this issue.
Here is a screenshot of how I have it set in the theme options. I’ve also tried the following CSS:
.html_header_sidebar #top #header {
background-color: #333033 !important;
}
.sidebar, #header {
background: #333033;
}
#header_main_alternate, #header {
-webkit-transform: translateZ(0);
}
Any help is much appreciated! Thanks in advance.
Hey MFSdesign,
Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
Best regards,
Yigit
The permissions were at 755 already for the uploads folder and it still wasn’t working. I even tried 777 and it still doesn’t change.