Quick Themeing Question
-
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
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;
}