I’d like to increase the font size of the product title on the featured collection section (as shown on the attached image)
URL: https://www.soundshield.co.uk/
Dawn Theme
Any advice is really appreciated
I’d like to increase the font size of the product title on the featured collection section (as shown on the attached image)
URL: https://www.soundshield.co.uk/
Dawn Theme
Any advice is really appreciated
This is Noah from PageFly - Shopify Page Builder App
Please add code here to change font-size title:
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,
Noah | PageFly
Hello @BraxtonEcom
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
@BraxtonEcom Please follow below steps to increase the font size of the product title on the featured collection section. Let me know whether it is helpful for you.
.collection .slider-mobile-gutter .full-unstyled-link {
font-size: 20px;
}
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.