Jump to content

Custom Code For Schedule Banner

Recommended Posts

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

Link to comment
  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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;
}

 

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment

image.thumb.png.da4533ad5176e5a1541a0a19d430a24b.png

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment

@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

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

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.