Hi, how do I change the text size or text weight on the caption in a multirow. The caption is called AUGUSTI 2023, SEPTEMBER 2023 and more. Here is the website. Please help me! Thank you in advance!
Topic summary
A user seeks help changing the text size and weight for captions (labeled “AUGUSTI 2023,” “SEPTEMBER 2023,” etc.) in a multirow section on their Shopify store.
Proposed Solution:
- Access the theme’s “Edit Code” option
- Locate the
theme.liquidfile via search - Insert custom CSS below the
<head>tag
CSS Code Provided:
- Adjusts font size (default example: 16px, customizable)
- Sets font weight to bold (can be changed to ‘normal’ if preferred)
- A reference screenshot was shared showing proper code placement
The solution involves adding inline CSS styling to override the default caption formatting. The user can modify the pixel value and weight property to achieve their desired appearance.
Hey @Liammalek ,
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
16px is the font size, change this to your preference. replace ‘bold’ with ‘normal’ if you don’t like bold.
Screenshot is for reference only, the correct code to paste is the one shown above.

