How to adjust font size in image banner

Solved

How to adjust font size in image banner

YIVAN
Explorer
54 1 16

Hello,

 

I was wondering if there was a way for me to adjust the text size in the image banner section. For example I would like the header font to be bigger and the description to be smaller.

Screen Shot 2024-06-15 at 3.44.35 AM.png

Here is an example:

Screen Shot 2024-06-15 at 3.45.24 AM.png

 

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 835 909

This is an accepted solution.

Hi @YIVAN, Pls insert this code to your file css: 

h2.banner__heading.inline-richtext.h1 {
    font-size: 45px !important;
}

.banner__text.rte.body p {
    font-size: 13px !important;
}

Here is result: 

BSSCommerceHDL_0-1718441895405.png

Hope this can help you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Reply 1 (1)

BSSCommerce-HDL
Shopify Partner
2305 835 909

This is an accepted solution.

Hi @YIVAN, Pls insert this code to your file css: 

h2.banner__heading.inline-richtext.h1 {
    font-size: 45px !important;
}

.banner__text.rte.body p {
    font-size: 13px !important;
}

Here is result: 

BSSCommerceHDL_0-1718441895405.png

Hope this can help you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now