change font size

hey, i would like to make the font size smaller of this:

url… sixdreamz.com

2 Likes

HI my friend @sixdreamz ,

I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!

Step 1: Go to Admin → Online store → Theme > Edit code:

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

.product__tax.caption.rte {
    font-size: 10px !important;
}

In this step, you can change the font-size smaller as you want, in my example I choose 10px

Step 3: Save and reload home page.

=>> The result:

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir!

  • Here is the solution for you @sixdreamz
  • Please follow these steps:
  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before and press ‘Save’ to save it

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

This is Richard from PageFly - Shopify Page Builder App

Hi @sixdreamz Please add code here to change font-size:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Richard | PageFly