Jump to content

Change product name & price on mobile homepage only.

Go to solution Solved by tuanphan,

Recommended Posts

I would love to reduce the size of the product titles and price on the Mobile homepage. I have already used code to reduce it on the product page for mobile but it doesn't seem to transfer across to the homepage.

https://www.peterotoole.ie

I'd like to Bold the titles for eg and reduce the size of both to match what I have done on the other pages of the site. Thanks a mill!

image.png

image.png

Edited by niteshifte
Link to comment
6 minutes ago, tuanphan said:

You can add this code to Website Tools (under Not Linked) > Custom CSS

@media screen and (max-width:767px) {
body.homepage .product-block * {
    font-size: 14px !important;
}
}

 

thanks for that!

I wanted to actually have a different size for the title and the price with the title bold. I wanted to match the screenshot below as much as possible. 

IMG_0586.PNG

Edited by niteshifte
Link to comment
  • Solution

Use this new code

@media screen and (max-width:767px) {
body.homepage .product-block .product-title {
    font-size: 20px !important;
}
body.homepage .product-block .product-price {
    font-size: 14px !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.