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

Aizaz Imtiaz Awan
Hello,
I saw the screenshots you attached.
1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.tabs-location-summary .tabs-layout-accordion .wd-accordion-title {
text-transform: inherit;
}
2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.searchform input[type="text"]::placeholder {
text-transform: uppercase;
}
3) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.searchform input[type="text"] {
text-transform: uppercase;
}
4) This is the disabled button that’s why the color is greyed out.
5) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-nav-mobile .menu-item-account {
display: none;
}
6) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-MyAccount-navigation ul li > a:hover {
background-color: transparent;
}
7) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-login-title {
text-align: center;
}
8) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
td.product-total .amount {
color: black;
}
Note: Please create new topics for each issue in the support system to avoid any confusion.
Best Regards