• lielowspark

    (@lielowspark)


    Hey guys. I need some help with code. I have a WordPress website and I am trying to apply a backdrop-filter: blur(33px); to my toggle menu item background on the left when you expand it. Currently it has a white background. But I have tried everything to make it blur with a suddle wite transparent background, but it doesn’t work. Please see the screenshot below.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • threadi

    (@threadi)

    Currently, the menu is overlaid by a box in the frontend when it is opened. You are using a commercial plugin called “Breakdance” for the menu. This already sets numerous properties itself, including for the background. If you want a slight transparency, this should be enough:

    body .breakdance-dropdown-body { background-color: rgb(0,0,0,0.6); }

    You could also set the property you want in the same place, but I don’t see any effect there either.

    Otherwise, I would recommend that you contact the support team of the commercial plugin you are using: https://breakdance.com – questions about commercial products are not permitted here in the forum.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.