HOW TO DARKEN MENU BOX SHADOW?
-
Hello, how can i darken menu box shadow so you can notice it on a darker background? Its too light with theme setup, you can barely notice it on top of the rev slider with darker image background.
Attachments:
You must be
logged in to view attached files.
Hello,
You can set the row color and transparency in the Header builder https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/
Best Regards
Did you even read the question? I cant edit the shadow, i can only choose to turn it on or off. I need custom css to darken the current shadow around the menu fullwidth box…
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide your site URL if your site is under maintenance, provide the site admin access to the private area
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-with-shadow {
-webkit-box-shadow: 0 1px 8px rgba(0,0,0,.7);
box-shadow: 0 1px 8px rgba(0,0,0,.7);
}
Increase or decrease the value .7
in each line as per your needs. Initially, it was .1
Best Regards
Dear Elise,
Thank you! That was what I needed.
Kind regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘HOW TO DARKEN MENU BOX SHADOW?’ is closed to new replies.