Hi,
I would like the moving text font to be smaller on my website as currently on mobile its quite big and want the moving text banner and font size smaller
https://www.theflowerstudiobyroo.co.uk/pages/workshop-events
A user seeks to reduce the font size of moving text on their website, particularly for mobile display where it appears too large.
Solutions Provided:
Multiple respondents offered CSS code snippets to address the issue:
.rich-text elements with font-size: 15px for screens under 767px widthbase.css file with .moving-text h2 { font-size: 15px !important; }theme.liquid file before the </body> tagAll solutions involve accessing the Shopify theme code editor (Online Store → Theme → Edit Code).
Follow-up Issue:
After implementing a solution, the user reported inconsistent sizing: the second moving text banner now displays significantly smaller than the first on mobile. The discussion remains open as they seek guidance to make both banners uniform in size.
Images were shared showing the mobile display issues before and after the initial fix.
Hi,
I would like the moving text font to be smaller on my website as currently on mobile its quite big and want the moving text banner and font size smaller
https://www.theflowerstudiobyroo.co.uk/pages/workshop-events
Hey @umrraz90
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @umrraz90
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.
Hello @umrraz90
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
add this code at the end of the file.
.moving-text h2 {
font-size: 15px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Thank you!
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
Hi Moeed,
See below, on mobile, when i view it the second moving text is a lot smaller than the other text see below.. how can i change this also please?
https://www.theflowerstudiobyroo.co.uk/pages/workshop-events