Site logo

Archived topic

Give Same product style (E.g Shop) to Related Products

2 replies · Started by Ritesh on June 30, 2021

Viewing posts 1–3 of 3

Hello,

I want to deploy the same style of shop archive to the related products. Like this:https://prnt.sc/17odek3

Currently, this how related products look like without border and shadow https://prnt.sc/17od921

Thanks
Ritesh

Hi there,

Something like this should help:

.single-product .related.products li {
    border: 1px solid #000;
    border-radius: 20px;
}
This archived topic is closed to new replies.