Change font

Change font

lunalucenteskin
Explorer
88 0 19

Hi everyone,

 

How can i make the texts as "94% experienced smoother skin texture" a bit bigger and the "*results from a six-week independent customer study" a bit smaller.

 

Url is www.lunalucente.com

 

 

 

Image 16-06-2024 at 09.50.jpeg

Replies 3 (3)

BSSCommerce-B2B
Shopify Partner
1972 564 568

Hi @lunalucenteskin 
What is the issue with the URL leading to the page without images?

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

lunalucenteskin
Explorer
88 0 19

Url to the page without images? That is not wat i meant.

 

BSSCommerce-B2B
Shopify Partner
1972 564 568

Hi @lunalucenteskin 

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file main.css. Add the following CSS snippet

.m-icon-box__heading.h4 {
    font-size: 15px !important;
}

.m-icon-box__description.rte p {
    font-size: 12px !important;
}

Result

BSSCommerceB2B_0-1718544393848.png

If it helps you, please like and mark it as the solution.

Best Regards

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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