Home Forums WoodMart support forum A few things Reply To: A few things

#246035

Hello,

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

body .woodmart-hover-base:not([class*="add-small"]) .wd-bottom-actions .woodmart-add-btn > a:hover,
body .woodmart-hover-base:not([class*="add-small"]) .wd-bottom-actions .woodmart-add-btn > a{
background-color:red;
}

Set the color as per your needs.

In order to switch on the mobile bottom navbar, please find the options in the Theme Settings > General > Mobile button navbar, enable and configure.

Best Regards