Highlighting the "Book Now" tab for package items
I have the option for customers to select a delivery location as part of the booking process and I've had comments that the flow is not very good. I have made it clearer that customers need to make a selection, but once they click into the option it defaults to the "details" page when it at that point it should just enable a selection. Is there a way to either highlight the tab with CSS or to amend the tab order?
I think there's definitely a theme that every business is going to want a way to highlight the "Book Now" buttons as the main CTA across all areas of their calendar!
Thanks
-
Hey Sam,
The Details tab is selected by default whenever an add-on item has information inside its Summary section in the Description page of the item builder. Removing any details in the Summary section will change the default to the Photos tab if there are images or Book Now tab if there are not.
You can also use CSS similar to below to highlight the Book Now tab:.ntab.cf-tab.nav.nav-tabs #cf-item-book a { background-color: red; }
I recommend changing the colour to better match your branding. Here is an online resource to find your desired colour codes: https://htmlcolorcodes.com/
I hope that helps!
Please sign in to leave a comment.
Comments
2 comments