Home Forums WoodMart support forum how to change seting of header when scroll down

how to change seting of header when scroll down

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

    shadestech
    Participant

    1) How to change seting of header when scroll down I want to put another element there

    2) how to remove header line

    i atttach screenshot for clearification

    Attachments:
    You must be logged in to view attached files.
    #287478

    Hello,

    I saw the screenshots you attached.

    1) The sticky header inherits from the main header and its modules. If you want to display a custom sticky header then you need to select it as sticky from Woodmart >> Header Builder >> Edit Header.

    Screenshot for Clarification: https://ibb.co/chhD0xL

    You also need to edit the header settings from the left top and disable the sticky header clone to make your selected header a sticky header.

    Screenshot for Clarification: https://ibb.co/YpmWNkJ

    2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-top-bar {
        border-bottom: none;
    }

    Best Regards

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