Menu bar colour problem (twenty eleven theme)
-
I’ve just purchased the custom design upgrade, have not made any changes to the CSS (I selected “Add my CSS to Twenty Eleven’s CSS stylesheet”, but haven’t added or changed anything yet). But the menu bar beneath the header has turned white. Nothing else seems to have changed.
Any guidance for resolving this would be appreciated – thanks!
The blog I need help with is: (visible only to logged in users)
-
You’ve copy and pasted the entire stylesheet into your Appearance → Custom Design → CSS page. You shouldn’t do that if you are using the “Add my CSS” option. Instead, erase all of that and then just add in the pieces of CSS that you’d like to change. That will also make the CSS much much easier to manage. And it works to not duplicate the original CSS for everything, which is a better way to do it.
-
Thanks – just realised I misread the advice on the custom design page to
“Use this as a reference and do not copy and paste all of it into the CSS Editor.”
– misread it as the opposite:
“Use this as a reference and copy and paste all of it into the CSS Editor.”
Appreciated!
-
-
I do have a question about how to get the showcase page to display the sidebar on the right instead of on the left…. is that possible?
-
Give this a try. This will only affect the showcase page.
.page-template-showcase-php section.recent-posts { float: left; margin: 0 31% 0 0; } .page-template-showcase-php #main .widget-area { float: right; margin: 0 0 0 -22.15%; } -
Thanks – that works great.
It doesn’t seem to make a difference – but I assume the last right-curly-bracket ( } ) should be included?
-
-
-
-
-
- The topic ‘Menu bar colour problem (twenty eleven theme)’ is closed to new replies.