Home Forums WoodMart support forum Multiples customizations Reply To: Multiples customizations

#300147

Hello,

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

td.product-price .amount {
    color: black;
}

9) Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

.wd-dropdown {
    box-shadow: none;
}

Regards.
Xtemos Studios