All things Shopify and commerce
Hello,
I have a slideshow on my header but i would like to change the font size of the subtitle (way too small) on desktop and mobile !
Do you know how to do it ?
Here is the link : https://pongopetfood.com/
Password : PONGOPETFOOD!
Thankssss a lot
Solved! Go to the solution
This is an accepted solution.
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.slideshow .prose p.h6 {
font-size: 20px;
}
And Save.
Result:
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.slideshow .prose p.h6 {
font-size: 20px;
}
And Save.
Result:
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Great it's working for desktop, but it looks too big on mobile, how to change. it for mobile ?
Thank you!!
Yes, we can. Same Instruction.
@media only screen and (max-width: 749px){
.slideshow .prose p.h6 {
font-size: 15px;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
it's not working on mobile..
You have this code in your index.
Did you add this one? If you like to add the specific slideshow you can add the template but the code i give already call the .slideshow.
And you need to add the @media query. So it will call to the screen sizes.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025