- This topic has 5 replies, 3 voices, and was last updated 9 years, 3 months ago by .
Viewing 5 reply threads
Viewing 5 reply threads
- You must be logged in to reply to this topic.
Home › Forums › Dondo WordPress theme › How can I get back the shadow under the menu?
Hi guys,
Since version VERSION 1.1.9, we lost the shadow under all sticky menus (see pic attached).
Can you tell me how to fix it? (css to modify)
Thanks!
FAB
Hi Fab,
If you want a shadow below the main menus, you ”don’t use sticky menus” on a page.
If you do not want a shadow below the main menus pages, you ”enable sticky header” on pages.
If you don’t want to lose your settings when updating your theme, make use of a child theme.
Thank you,
Helen
Dear Helen,
When I bought this theme, it was STICKY MENU and SHADOW at the same time.
BEFORE VERSION 1.1.9, we still had STICKY MENU and SHADOW.
So, while I do appreciate you took the time to answer me, I would even more appreciate a more pertinent answer.
So, I’m renewing my answer, “I want to know what to modify to get the shadow ON the sticky menu.” ?
Can you please answer it?
Regards
FAB
FAB,
pertinent answer, this is how our theme is made it’s not a bug it’s a feature. So If you want a shadow you will need to adjust the code, as your a webdesigner I assume that you now how.
.fix-header .drop-shadow {
/* box-shadow:none; */
}
in /wp-content/themes/dondo/assets/css/styles.css
OK, done.
Mike, another question, how to put that into a child theme? I’m trying different ways but the main css is always the one taken into account.
OK, stupid question, I found the answer, you can “close” that one 😉