Adding more buttons on Store Locator

I would like to add a button to book now under the name of each location on the main screen with the map view. Currently, the book now button is only visible if someone clicks the name and the sidebar opens. In addition, when hovering over the location name, I would like it to change colors so people know there is a link to see more.

1 Like

Happy to see you on our forum! Welcome, @Caramel_Tan_ATX :waving_hand:

You can change the color of the location name on hover using this code in the Custom CSS field on the Style tab of your widget’s settings:

[class*="location-preview__Title-sc"]:hover {
  background-color: red !important;
}

Please give it a try and let me know how it worked.

As for adding the Book now button under the location name, I’ve passed this request on to the devs. I’ll report back once the devs share the solution :slightly_smiling_face:

1 Like

Could you please specify whether you’re going to add badges to locations? This is info is important to come up with a proper code :folded_hands: