Hi, 1. How can I change the color of the text in the woocommerce sidebar (white to black)? 2. How can I add a brief description below the images of the product? Thanks
Hi, sorry but these options are not changeable in the woocommerce plugin and we do not have options for it. You would have to contact the plugin author. thanks
1. Where there is the "download" title, I have put beside 2 buttons and a popup button. The text has a different color, although in the theme options > colors > content > button color > #000000. Why?
2.How can i reduce the space between the title "Colori disponibili" and the image below?
So the button color still does not work? There is also button theme color in theme options>colors>content Do you mean those buttons? http://prntscr.com/iqjgor
This is my setting for the button https://prnt.sc/iqynvb The first two are done with "button" shortcode, the third one is done with "popup" shortcode. I need that the third one have black text.
Another question 3. How can I change the background color of the title of the single related product? (see image above)
Comments
only with custom css, please send a link to this page.
thanks
Thanks
table , td, th {
border: 2px solid #595959;
border-collapse: initial;
}
td, th {
padding: 1px;
width: 10px;
height: 8px;
}
th {
background: #1fc30d;
}
.even {
background: #ffffff;
}
.odd {
background: #d6d6d6;
tr:nth-child(even) {background-color: #e7e7e7;}
tr:hover {background-color:#d3ffd0;}
thanks
1. How can I change the color of the text in the woocommerce sidebar (white to black)?
2. How can I add a brief description below the images of the product?
Thanks
sorry but these options are not changeable in the woocommerce plugin and we do not have options for it. You would have to contact the plugin author.
thanks
1. Where there is the "download" title, I have put beside 2 buttons and a popup button. The text has a different color, although in the theme options > colors > content > button color > #000000. Why?
2.How can i reduce the space between the title "Colori disponibili" and the image below?
Thanks
2. Try this css
2. Perfect, thanks!!!
Another question
3. How can I change the background color of the title of the single related product?
There is also button theme color in theme options>colors>content
Do you mean those buttons?
http://prntscr.com/iqjgor
https://prnt.sc/iqynvb
The first two are done with "button" shortcode, the third one is done with "popup" shortcode. I need that the third one have black text.
Another question
3. How can I change the background color of the title of the single related product?
(see image above)
Thank you