Home Forums WoodMart support forum Translucent header

Translucent header

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

    davidjunek05
    Participant

    Hello I have 2 questions.

    1) Is there any way how to make a translucent header (scr1)? I saw it on some website that used Woodmart aswell, but I don’t know if it was custom code or not. I’ve tried my best to find it but failed.
    2) Really trivial question but how do I edit main menu header text? I couldnt find it in Elementor itself or in header builder.

    Thanks for help.

    David

    • This topic was modified 2 months, 3 weeks ago by davidjunek05.
    Attachments:
    You must be logged in to view attached files.
    #536793

    Luke Nielsen
    Keymaster

    Hello,

    1. For now, you can try to use the below code:

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

    But in the next update (7.5), we will implement such an option in the theme by default.

    2. Navigate to Appearance -> Menus -> select the Main navigation and edit it: https://prnt.sc/3Czkjke7RBFa

    Kind Regards

Tagged: 

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