Changing Listing Title Font Size

I was hoping to make the listing titles a bit smaller so they won’t start to stack and look uneven. See example. Thank you.

Hi,

Please check the solution in this topic Change the listing title size

The listing titles as pictured are not affected using the referenced solution.
.hp-template–listing-view-page h1 {font-size:123px!important}.

It corrects for the inside listing page and description but not the listing block where listings are displayed on the home page (as seen above). If the referenced solution describes the proper CSS snippet that I’m missing, please advise. Thank you.

Hi,

Please use this CSS snippet:

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

​I hope this is helpful to you.

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