Home Forums WoodMart support forum Change Shadow Info Box

Change Shadow Info Box

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

    scholtobos
    Participant

    Hi,

    I have some info boxes with box style: shadow. I want to change the shadow for these boxes with css, but I can’t find the code for standard and hover.

    https://tinyurl.com/29935jlt

    Can you please point me the right way?

    #653415

    Hello,

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

    .wd-info-box {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    }
    .wd-info-box:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2) !important;
    }

    Best Regards.

    #653429

    scholtobos
    Participant

    Thanks for your quick response. It works. You can close this ticket.
    Have a nice weekend.

    #653540

    Hello,

    You’re very welcome! I’m glad I could help. If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

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

The topic ‘Change Shadow Info Box’ is closed to new replies.