Changing Listing Footer Font Size

Hi,
I have a simular question as this post:

However, I want to change the fontsize of the footer in order to make it look more even.
Changing title in to footer in the sugested nippet doesn’t do the trick

.hp-listing__title {
	font-size: 15px !important;
}


Using

Another question: Can I make a page with only a map with the location of the houses? Now I have in prefixed blocks.

Hi,

  1. Please use this CSS snippet:
.hp-listing--view-block .hp-listing__footer .hp-listing__attribute  {
	font-size: 25px !important;
}

Please note that it can require further customization.

  1. Yes, it is possible, but it will require a custom implementation, as the map page is available only in premium themes, for example, Properties – RentalHive. 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 Customize your website | HivePress

​I hope this is helpful to you

Hi Andrii, Thank you. This works! I will get deeper in to the map options.

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