Jump to content

Change Carousel item title font size on mobile

Go to solution Solved by tuanphan,

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution

Add to Design > Custom CSS

@media screen and (max-width:767px) {
.user-items-list-item-container[data-section-id="627c23af2e867b4e556e7f53"] h2 {
    max-width: 100% !important;
	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
6 hours ago, MissP99 said:

@tuanphan

Follow up question! The arrows at the bottom are so large in comparison to the text now. Is there a way to alter the size of the arrows?

use this new code

@media screen and (max-width:767px) {
.user-items-list-item-container[data-section-id="627c23af2e867b4e556e7f53"] {
h2 {
    max-width: 100% !important;
	font-size: 14px !important;
}
.user-items-list-carousel__arrow-button {
    width: 30px;
    height: 30px;
}
.user-items-list-carousel__arrow-icon {
    width: 15px;
    height: 15px;
}}}

 

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.