Home Forums WoodMart support forum Text and color issue

Text and color issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #320259

    hpb
    Participant

    We are redesigning our woodmart site and have a couple of issues:

    1. Product pages, the titles are small and not FAT: http://prntscr.com/1t7w5pw
    2. The coloring of our hover add to cart block and the counter conflicts and shows different colors, sometimes black and sometimes red (we want it to be black):
    http://prntscr.com/1t7w8ep
    http://prntscr.com/1t7w9wy
    http://prntscr.com/1t7wjrg
    http://prntscr.com/1t7wlf1

    I think it might be because of the woodmart global CSS that we got from you 18 months ago. I have pasted our code in private content in a hastebin file.

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)