This topic has 8 replies, 3 voices, and was last updated 3 years, 10 months ago ago by Rose Tyler
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
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
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
Add the next custom CSS code:
.sidebar .sidebar-widget:not(.sidebar-slider)>ul:after {
display: none !important;
}
Regards
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
Hello,
Add the following custom code
.content-product .image-swap {
background: #5e23a4;
}
Regards
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
Hello,
Please check settings in Theme Options > Footer.
Regards
You must be logged in to reply to this topic.Log in/Sign up