Home Forums WoodMart support forum Blur menu

Blur menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #454935

    MatoZato
    Participant

    Hello.

    Please i have a blur sticky header:

    #455137

    Luke Nielsen
    Keymaster

    Hello,

    Here is a custom that should help you. Please add it to the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    body .whb-general-header {
      background-color: rgba(0, 0, 0, 0.4) !important;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }

    Kind Regards

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