Home Forums WoodMart support forum Sticky menu backround

Sticky menu backround

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #356326

    MatoZato
    Participant

    Hello.

    Please, can i change sticky menu backroud?

    Thank you very much.

    #356327

    MatoZato
    Participant

    I find it. Thank you šŸ™‚

    #356328

    MatoZato
    Participant

    Oh no sorry. I dont find this. I find another topic. So please how can i change sticker menu backround.

    Thank you.

    #356359

    Hello,

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

    body .whb-sticked .whb-general-header {
    background: orange;
    }

    Best Regards

    #356523

    MatoZato
    Participant

    Thank you very much.

    And can i set trasparency on sticky menu?

    Thank you.

    #356559

    Hello,

    You are Most Welcome.

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

    body .whb-sticked .wd-nav[class*="wd-style-"]>li>a {
        color: black;
    }

    Best Regards

    #356613

    MatoZato
    Participant

    Thank you. But that is not transparent, but grey. I need black sticky menu, but transparent 15%

    Thank you.

    #356645

    Hello,

    You are Most Welcome.

    Please replace the previous Custom CSS with the following then check back.

    body .whb-sticked .whb-general-header {
        background-color: rgba(0, 0, 0, 0.5);
    }

    Best Regards

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