Hi
How can I make the text and Icon here (yellow marked) bigger ?
What is the code..
theme: boost
store:
password: alpha
Hi
How can I make the text and Icon here (yellow marked) bigger ?
What is the code..
theme: boost
store:
password: alpha
Hi @petexpress ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
I realize this situation isn’t exactly what you’d hope for, but I’ve got a potential solution that I’d like to share with you:
Go to Online Store → Theme → Edit code.
Open your assets/styles.css file.
Add the code at the end of the file:
summary.cc-accordion-item__title {
font-size: 20px;
}
svg.icon.icon--stroke-only.icon--small.icon--type-heart {
width: 20px;
height:20px
}
Note: You can change value to fit your store
Best regards,
Anthony
wow! perfect.
thank you