Home Forums WoodMart support forum Text and color issue Reply To: Text and color issue

#320294

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 {
    font-size: 17px;
    font-weight: bold;
}

2) If you want to display the black default background colors then try to remove the following Custom CSS from your website.

.wishlist-icon .wd-tools-count{
Background: rgba(217, 134, 149, .8);
}
.woodmart-cart-icon .woodmart-cart-number{
Background: rgba(217, 134, 149, .8);
}
.woodmart-hover-quick .woodmart-add-btn > a{
Background: rgba(217, 134, 149, .8);
}

.woodmart-hover-quick .woodmart-add-btn>a {
    Background: rgba(217,134,149,.8);
}

Then check back.

Regards.
Xtemos Studios.