How can I enlarge text and icons in Boost theme?

Hi

How can I make the text and Icon here (yellow marked) bigger ?

What is the code..

theme: boost

store:

www.petexpress.ch

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:

  1. Go to Online Store → Theme → Edit code.

  2. Open your assets/styles.css file.

  3. 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

1 Like

wow! perfect.

thank you