Hey Guys,
Slowly but surely getting the feel of the theme and have found pretty much all the answers to questions I haven’t asked have already been asked by other people so that is really good that I don’t have to keep bugging you! I do have one question though and it is in regards to the alternate background colour. If you look at this page as an example:
http://melaniehay.com.au/product/emma-print-leaf-shape-silver-studs/
I would really like to keep the greenish colour that appears under the main navigation at the top, but I feel it is a bit too strong for the “related products” slider. Is there a way to code it so I can retain the top colour but change the bottom?
Also as a side note, is it possible to toggle the Related Products and You might also like sliders from appearing at the bottom of the page?
Thank you so much for your help so far (:
Hi Haycreations!
1.) You can change the background color using this on Quick CSS:
.single-product #av_section_1 {
background-color: red;
}
2.) You can hide the related products using this:
.related.products {
display: none;
}
Cheers!
Ismael
Thank you so much Ismael, top notch as always (: