freshcanvas Posted May 15, 2020 Share Posted May 15, 2020 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 Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.