Hello
I want to add rounded corners on the brands boxes on the front page, just round corners only on the brands.
If you look at my site so you see what i mean? ![]()
Is that possible?
A user sought help adding rounded corners specifically to brand boxes on their storeβs front page.
Solution Provided:
base.css file under Assetsborder-radius: 10px targeting the brand card elementsOutcome:
component-card.css instead of base.css, which also worked effectivelyHello
I want to add rounded corners on the brands boxes on the front page, just round corners only on the brands.
If you look at my site so you see what i mean? ![]()
Is that possible?
Hello There,
.card-wrapper.animate-arrow.collection-card-wrapper .card .media {
border-radius: 10px;
}
Hello, it works like a charm, im added this to the component-card.css since base didnt work. But its all good, thank u for the good service. ![]()
Thank you for your response. Itβs good to know that itβs worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.