Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #391894

    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?

    #392318

    Hey terveysmaailma!

    Try adding this to your custom CSS.

    .single-product #av_section_1 {
    background: red !important;
    }

    Cheers!
    Elliott

    #392912

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

    #392915

    And another thing: How can I add some white space above the related products section?

    #392985

    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

    #393558

    Works like a charm! Thanks :)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Related products background color’ is closed to new replies.