Home Forums WoodMart support forum Menage the Sticky Header

Menage the Sticky Header

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

    Hello!

    Really great theme! We create some products catalog on this template and have problem with sticky menu. Could you tell us how we can change the color of background and text after scroll.

    URL to our page: https://goo.gl/9e7Cjw

    We will be grateful for your help.
    Best Regards!

    #82190

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    .whb-sticked .whb-main-header .whb-color-light:not(.whb-with-bg) {
        background-color: #ffffff;
    }
    .whb-sticked .whb-main-header .whb-color-light .navigation-style-default .item-level-0>a{
        color:#000000;
    }
    .whb-sticked .whb-main-header  .whb-color-light .woodmart-header-links .item-level-0>a {
         color:#000000;
    }
    .whb-sticked .whb-main-header  .whb-color-light  .search-button > a {
         color:#000000;
    }
    .whb-sticked .whb-main-header  .whb-color-light .woodmart-wishlist-info-widget a {
         color:#000000;
    }
    .whb-sticked .whb-main-header  .whb-color-light  .woodmart-shopping-cart  a {
         color:#000000;
    }

    Change colors as per your needs.

    Best Regards

    #82193

    Damn, still not working. Maybe can I give you my pass to backoffice and you will try? I send private content to you

    #82209

    Hello,

    Please provide login URL the provided one is not correct.

    Best Regards

    #82216

    In private content

    #82272

    Hello,

    The above-provided code is for the recent theme version you have not updated yet.

    Now the issue has been fixed. Navigate to the Theme Settings > Custom CSS and change the colors in the code:

    .header-has-no-bg.header-color-light.act-scroll {
        background-color: #ffffff;
    }
    .act-scroll div .wrapp-header .main-nav .menu-nowe-menu-container #menu-nowe-menu .item-level-0>a {
        color:#000000;
    }

    Best Regards

    #82303

    Nice! That’s i’m talking about! Really thanks!

    #82329

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Menage the Sticky Header’ is closed to new replies.