Home Forums WoodMart support forum HOW TO DARKEN MENU BOX SHADOW?

HOW TO DARKEN MENU BOX SHADOW?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #133595

    Digital PR
    Participant

    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.
    #133621

    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

    #133625

    Digital PR
    Participant

    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.
    #133643

    Hello,

    Please provide your site URL if your site is under maintenance, provide the site admin access to the private area

    Best Regards

    #133644

    Digital PR
    Participant

    here you go:

    #133659

    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

    #133666

    Digital PR
    Participant

    Dear Elise,

    Thank you! That was what I needed.

    Kind regards

    #133691

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘HOW TO DARKEN MENU BOX SHADOW?’ is closed to new replies.