Home Forums WoodMart support forum How to change this green line for black line? Reply To: How to change this green line for black line?

#87464

Hello,

Please add this code to change the color for the switcher and menu:

/*menu*/
.dropdowns-color-light .site-mobile-menu li.current-menu-item > a {
    background-color: #000000;
}
.dropdowns-color-light .site-mobile-menu li.current-menu-item > a, .dropdowns-color-light .site-mobile-menu .sub-menu li.current-menu-item > a,
.site-mobile-menu li.current-menu-item > a, .site-mobile-menu .sub-menu li.current-menu-item > a{
    color: #ffffff;
}

/*currency switcher*/
.dropdowns-color-light form.woocommerce-currency-switcher-form .dd-option,
.dropdowns-color-light form.woocommerce-currency-switcher-form .dd-options {
    background-color: #ffffff;
}
.dropdowns-color-light .whb-header form.woocommerce-currency-switcher-form .dd-option label,
.dropdowns-color-light form.woocommerce-currency-switcher-form .dd-options li a {
    color: #000000;
}

icon social media for blackoone?

Please provide page url

There is no option to add social media to the mobile menu.

You need to translate the starting in WooCommerce, not in the Woodmart

Best Regards