Home Forums WoodMart support forum sticky-header

sticky-header

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

    vindesign_it
    Participant

    Hello,

    I set a trasparent background for homepage menu but I would like a full-color for sticky menu. How I can set this ?

    Thank you,

    Best Regards

    #198627

    Hello,

    To make all the header sticky you need to disable the sticky header clone from WoodMart >> Header Builder.

    Screenshot for Clarification: https://ibb.co/4NtBBWV

    Then you need to set each row as sticky from there as well.

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

    Best Regards.

    #198656

    vindesign_it
    Participant

    I set sticky menu and it work, no problem.

    My problem was another but I resolved in this way :

    .whb-sticked .whb-general-header-inner {
        background: white;
    }
    
    .whb-sticked .whb-row {
        background-color: white;
    }

    I have only sticky menu trasparent.

    Thanks,
    Best Regards.

    #198661

    Hello,

    To change the color of the sticky header you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-sticked .whb-row {
    background-color: red;
    }

    You can set the color accordingly.

    Best Regards.

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