1. Home
  2. Knowledge Base
  3. Installation
  4. Customize list view in WP-ImmoMakler - title, texts, design
  1. Home
  2. Knowledge Base
  3. Tips & Tricks
  4. Customize list view in WP-ImmoMakler - title, texts, design

Customize list view in WP-ImmoMakler - title, texts, design

With WP-ImmoMakler you can customize the list view for properties on your website. You can:

  • change the title of the list view,
  • insert your own texts or boxes above or below,
  • customize the button text for search results,
  • change the design (e.g. font size or capital letters).

Change the title of the list view

Would you like to change the large heading above the real estate list? This requires a small template adjustment, ideally implemented by an agency or a web developer.


Insert your own texts or boxes

If you want to display an individual text, a hint field or an info box above or below the list view, this is possible. The content can be added directly in the template or inserted via builders such as Elementor (see below).


Change design (e.g. capital letters, colors)

Minor design changes such as font color, font type or capitalization can be implemented using CSS. Example: Heading in capital letters:

.immomakler h1 {
text-transform: uppercase !important;
}

📌 Note: Please store all customizations update-safe in the WP-ImmoMakler ChildSkin. If you have any questions, please contact your agency or our support team.


Change button text for search results

By default, the button shows "Show 12 matches", for example. If you would like to change this text, e.g. to "Show matching properties now", this is possible. Please contact your agency or our support team. In the technical documentation (link below) you will find all the information you need.


Elementor or Divi Builder

If you create your page with a page builder like Elementor or Divi you can insert individual elements directly in the builder - as usual. With Elementor, you now also have the option of creating the page with Elementor widgets.


💡 Would you like to implement changes yourself?
Then take a look at our technical documentation on the list view in WP-ImmoMakler with code examples and developer notes. Alternatively, you can contact our support team.

Was this article helpful?

Related Articles