Home Forums WoodMart support forum Help me, please

Help me, please

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #315495

    rodrigo17r
    Participant

    Hi, how can I delete that white section. I want slider full screen without space. Thanks.

    https://prnt.sc/1qtmerz

    #315534

    Hello,

    Add this negative margin to the first row of the Elementor. https://prnt.sc/uhivji
    or set margin-top:-40px in the upper row settings: http://prntscr.com/lexqqs for WP Bakery page builder.

    Best Regards

    #315540

    rodrigo17r
    Participant

    Thanks. Other question please, how can I change font-color in the sticky header?

    https://prnt.sc/1qu9j2i

    #315707

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .whb-sticked .wd-nav[class*="wd-style-"]>li>a {
        color:red;
    }
    body .whb-sticked .wd-nav[class*="wd-style-"]>li>a:hover {
        color:green;
    }
    body .whb-sticked .wd-nav[class*="wd-style-"]>li.current-menu-item >a {
        color:blue;
    }

    Best Regards

    #315720

    rodrigo17r
    Participant

    Gracias y cómo puedo cambiar el color de los iconos en el sticky header please?

    #315790

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .whb-sticked .wd-header-my-account .wd-tools-icon:before {
    color:red;
    }
    .whb-sticked .wd-header-search .wd-tools-icon:before {
    color:red;
    }
    .whb-sticked .wd-header-cart .wd-tools-icon:before {
    color:red;
    }

    Best Regards

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