Oh and I’ve tried doing the #access thing people sometimes do and it stil doesnt do it for me
Ideally you should be doing this in a child theme. However:
Locate this in your TwentyEleven style.css:
/* =Menu
-------------------------------------------------------------- */
#access {
Remove the next 8 lines from background: #222; to box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
Replace with:
background: transparent;
Done.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
@wpranger, if you’re not aware, the Child Theme style.css file is not a copy of the parent’s style.css file. That suggestion won’t work.
@thedree1, install this Custom CSS Manager plugin and use its section of the dashboard to hold your CSS modifications. You write new styles that override old ones.
The equivalent of WPRanger’s suggestion in a new style would be:
#access {
background: #E2E2E2;
box-shadow: none;
}
It’s not really an ideal solution not to edit the theme’s files, it’s more of an essential one.
@andrew Nevins I am aware. I probably didn’t make myself clear; I meant ideally changes should be made in a child theme which is why I provided the link. What I posted above was meant for the original style.css file, which does work.
Hi guys, thanks for responding but I’m afraid it still doesnt work, My website is : http://www.thedreamville.com. See how there is still white box there? I want mine like http://www.verveportraits.com.au
I have custom css and typed in :
#access {
background: #E2E2E2;
box-shadow: none;
}
Still doesn’t work. Can you guys follow up?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You’re not using the Twenty Ten theme anymore?
I dont use twenty ten, i am using pitch premium.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Sorry I meant Twenty Eleven, which was the theme you were using when we made the suggestion.
To clarify, your theme’s vendors aren’t providing support for you?
They havent responded yet but I thought maybe a general custom CSS code will do a trick? i remember doing something like Control + Shift + J and i find the code or something? i am a total newbie in coding.
I’m sorry but as you are using a commercial theme, you need to seek support from the theme’s developer/vendor. We do not support commercial products here.