Jump to content

Custom Code For Schedule Banner

Recommended Posts

Posted

Site URL: https://quinoco.squarespace.com/

For the top scheduling banner on the home page, how can I customize the font size, type & color for the button and header? I also want the "Schedule an appointment for delivery" text to be centered. See here, password: quinoco , we are using the scheduling function code to display this, heres the code injection current code:

 

<div class="acuity-booking-bar" style="background: #bf1e2d; color: #fff; padding: 8px 12px; border: 0px; -webkit-box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;-moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;border-radius: 4px;  display: inline-block;">Schedule An Appointment For Delivery<a href="https://app.squarespacescheduling.com/schedule.php?owner=21439535" target="_blank" class="acuity-embed-button">Schedule Appointment</a></div><script src="https://embed.acuityscheduling.com/embed/bar/21439535.js" async></script>

 

 

Screen Shot 2020-12-21 at 10.49.09 AM.png

  • Replies 3
  • Views 1.3k
  • Created
  • Last Reply
Posted
6 minutes ago, TVB said:

Site URL: https://quinoco.squarespace.com/

For the top scheduling banner on the home page, how can I customize the font size, type & color for the button and header? I also want the "Schedule an appointment for delivery" text to be centered. See here, password: quinoco , we are using the scheduling function code to display this, heres the code injection current code:

 

<div class="acuity-booking-bar" style="background: #bf1e2d; color: #fff; padding: 8px 12px; border: 0px; -webkit-box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;-moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;border-radius: 4px;  display: inline-block;">Schedule An Appointment For Delivery<a href="https://app.squarespacescheduling.com/schedule.php?owner=21439535" target="_blank" class="acuity-embed-button">Schedule Appointment</a></div><script src="https://embed.acuityscheduling.com/embed/bar/21439535.js" async></script>

 

 

Screen Shot 2020-12-21 at 10.49.09 AM.png

Add this to Design->Custom Css

.acuity-booking-bar {
  text-align: center;
}
.acuity-embed-button, a.acuity-embed-button, a.acuity-embed-button:link {
  color: #fff;
  background-color: #82291e !important;
  font-size: 11px;
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> No-code customisations for Squarespace

Posted

@TVB I see your site on tablet looks ugly, some text break new line random, some text is very narrow. If you check, you will see some problems.

1. Add to Design > Custom CSS

/* home banner size */
@media screen and (max-width:900px) and (min-width:641px) {
body.homepage .desc-wrapper p:not(:empty) strong {
    font-size: 80px !important;
}
}

since.png.a5355886b35aad4f662dc2c289e827c5.png

2. The text is narrow.

Add to Design > Custom CSS

/* review columns width */
@media screen and (max-width:900px) and (min-width:641px) {
div#page-5f356156e99f7478cc9f3ecd .span-12>.row:nth-child(9) {
.span-2 {
    width: 5%;
}
.span-1 {
    width: 5% !important;
}
.span-3 {
    width: 30%;
}
blockquote {
    padding-left: 0;
    padding-right: 0;
}
}
}

narrow.png.d84572164a15015b00ced68ac1e5be9d.png

It will be like this

results.png.289a8b92e2dc3ebfd316846683eec878.png

You can check on other pages, if you find problems, just post here, we will give the code to fix.

 

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!)

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.