Home Forums WoodMart support forum Header Menu Shadow

Header Menu Shadow

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #613731

    Mir
    Participant

    Hi, I wanna remove the Header bottom menu upper side shadow (https://prnt.sc/9xvpFiohWGPd), so how to do this? Make sure that the “Main header” shadow works on the mobile device.

    #613862

    Hello,

    Please edit the header >> from the Header Bottom settings >> Style tab disable the shadow: https://ibb.co/JzQcL8c

    Best Regards.

    #613928

    Mir
    Participant

    Hi, I am having trouble explaining my request. I want to remove the red shadow mark: https://prnt.sc/GL-XkLbTCgoQ, but I would like to keep the green shadow mark: https://prnt.sc/xrMG6QzQK7i4. How can I do this?

    #614117

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .whb-header-bottom.whb-with-shadow {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    Best Regards

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