Hi,
I would like to change the background of the related products section that is displayed on each single-product page. I am using purple in the page title + breadcrumb section and this color is too heavy for the related products (especially as I use variables of purple in the footer & socket).
Can this be done with custom css / editing the related.php etc. somehow?
Hey terveysmaailma!
Try adding this to your custom CSS.
.single-product #av_section_1 {
background: red !important;
}
Cheers!
Elliott
Hi Elliot!
That worked, thanks! However, it did create another thing that needs editing: Is it possible to change the border color of the related products that are displayed in that section? The black default color is quite “heavy” after making the background light….
And another thing: How can I add some white space above the related products section?
Hey!
Please add following code to Quick CSS as well
.single-product #av_section_1 .inner_product {
border-color: red;
}
If that does not help, please post the link to your website
Cheers!
Yigit
Works like a charm! Thanks :)