Font Color Woocommerce Xstore - by Billys.wardrobe

This topic has 8 replies, 3 voices, and was last updated 3 years, 5 months ago ago by Rose Tyler

  • Avatar: Billys.wardrobe
    Billys.wardrobe
    Participant
    October 22, 2020 at 14:53

    Hello,

    I have a problem with the textcolors on my wordpress webshop I am building. There is a grey text color that keeps coming back on different pages on my website and I don’t know how to adjust them. You can find this grey color for example in my categorie widget on the shop page, in de productprice below the productpictures in the productgallery. But for example also the productprice on the checkoutpage.

    Could you please help me with this problem?

    Thankyou

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 22, 2020 at 15:00

    Hello,

    Thanks for using our theme.
    Add this code in Theme Options > Custom CSS to change the color:

    .widget_product_categories.sidebar-widget ul li a, .sidebar-widget ul li a,
    .content-product .products-page-cats, .content-product .products-page-cats a, 
    .content-product .products-page-brands, .content-product .products-page-brands a, .content-product .price, .shop_table .amount {
        color:red;
    }

    Regards

    Avatar: Billys.wardrobe
    Billys.wardrobe
    Participant
    October 23, 2020 at 14:20

    Thanks for the fast reply. Your solution works. I have another questions, at my the following page of my website, https://www.billyswardrobe.nl/winkel/, in the categories sidebar there is a white stripe at the bottom. I have been looking how to turns this off, but I have not been successful. Do you know css code to make it disappear?

    With kind regards
    Billy

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 23, 2020 at 15:47

    Add the next custom CSS code:

    .sidebar .sidebar-widget:not(.sidebar-slider)>ul:after {
        display: none !important;
    }

    Regards

    Avatar: Billys.wardrobe
    Billys.wardrobe
    Participant
    October 28, 2020 at 15:48

    Thankyou for your response. I have another question. In my productcatalog I have the image hover effect on swap. But when the second photo appears there is a white background in the productcatalog. Can you tell me how i can disable this white background?

    Thankyou

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 28, 2020 at 15:50

    Hello,

    Add the following custom code

    .content-product .image-swap {
        background: #5e23a4;
    }

    Regards

    Avatar: Billys.wardrobe
    Billys.wardrobe
    Participant
    October 28, 2020 at 21:25

    Thankyou for you quick response. Could you also help me to edit the footer text color and the copyright footer background color and text color. Kind Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 29, 2020 at 08:30

    Hello,

    Please check settings in Theme Options > Footer.

    Regards

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.