Quick Themeing Question

Open to all! Ask other shopowners for help.
User avatar
Portman
Contributor
Posts: 158
Joined: Mon Mar 08, 2021 1:04 am
Phoenix Version: v1.0.8.20
Has thanked: 29 times
Been thanked: 4 times

Re: Quick Themeing Question

Post by Portman »

THanks, I'm a bit slow, but I think I have got there now.


Join The Code Co-op to get access to your library in the Code Co-op Forum
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: Quick Themeing Question

Post by heatherbell »

Portman wrote: Fri Jul 25, 2025 3:13 am think I have got there now.
As long as what you have works as you need.
You should have something like:

Code: Select all

.is-product .card-img-top {
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
}
Which then shows as on our demo here: https://psiwebsites.com/1103/index.php?cPath=1_4


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply