Jump to content

Summary Block title colour and mobile view.

Recommended Posts

Site URL: https://www.thaidesignuk.com/

Hi

We are trying to change the summary block title colour which is set to hsl(47, 42%, 44%) in the site styles and also in the CSS which has been used to disable the links. Anyone have ideas on this?

CSS used:

.sqs-block-summary-v2 {
.summary-title,
.summary-heading {
font-family: alice;
font-weight: 600;
font-size: 18px !important;
color: #C8B56F ;
text-transform: uppercase;
font-style: regular;
 } }

We also would like to make the summary block show up 2 per row on mobile as the icons are too big on mobile but there doesn't seem to be a setting for this.

Any help would be appreciated.

Thanks

 

 

thai design screenshot.jpg

Link to comment
  • Replies 1
  • Created
  • Last Reply

Add to Home > Design > Custom CSS

div#block-yui_3_17_2_1_1588848684772_16139 a.summary-title-link {
    color: hsl(47, 42%, 44%) !important;
}
@media screen and (max-width:640px) {
div#block-yui_3_17_2_1_1588848684772_16139 .summary-item {
    float: left !important;
    width: 49% !important;
    clear: none !important;
}
div#block-yui_3_17_2_1_1588848684772_16139 .summary-item:nth-child(2n+1) {
    margin-right: 2% !important;
}
}

 

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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.