Home Forums WoodMart support forum Change Menu Text Color – Grocery

Change Menu Text Color – Grocery

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

    creativeapricot
    Participant

    Hi

    I want to change the text color and hover color of menu items.

    Secondly, the icons in the top bar are broken.

    #231850

    Hello,

    I have visited your website and the icons are displaying fine on my end.

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

    For the menu items colors.

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

    header.whb-header.whb-sticky-shadow.whb-scroll-slide.whb-sticky-clone.whb-hide-on-scroll .whb-color-light .navigation-style-default .item-level-0>a {
    color: #000;
    }
    header.whb-header.whb-sticky-shadow.whb-scroll-slide.whb-sticky-clone.whb-hide-on-scroll .whb-color-light .navigation-style-default .item-level-0>a:hover {
    color: #fff;
    }

    You can set the colors according to your needs.

    Best Regards.

    #231852

    creativeapricot
    Participant

    Hi

    This css has changed the text color but it does not change the drop-down icon beside the text

    Please also share css for that.

    #231946

    Hello,

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

    .whb-color-light .navigation-style-default .item-level-0>a:after {
    color: #000;
    }

    Regard’s.
    Xtemos Studio.

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