Listing Attribute Moved to Booking Widget

Hello I am trying to move the “minimum booking duration” listing attribute to the booking widget with the calendar and guest select so people know how many days to select while on the calendar! How could I do so?? Picture for reference of where I would like to move that listing attribute.

If possible, a css snippet to change that attribute text color would be helpful too!

Hi,

Regarding “minimum booking duration”, unfortunately, there’s no such feature, it would require a custom implementation.
If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY

Alternatively, you can send your proposal via this link, and we will estimate the implementation Request a Quote

For attribute color, please use this CSS snippet:

.hp-listing--view-page .hp-listing__attributes--secondary .hp-listing__attribute strong {
    color: purple;
}

And for value, this CSS snippet:

.hp-listing--view-page .hp-listing__attributes--secondary .hp-listing__attribute  {
    color: purple;
}

​I hope this is helpful to you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.