Change category listing title from h4 to h3

The listing titles, the listings on a category page, have there titles set as H4’s, is there a way to make these H3’s with a functions code instead of templete modification?

The side bar widget ares are H3’s, is it possible to make these H4’s.

No offense but the hierarchy of your title tags are a complete mess. You have pages that jump from misplaced H2’s (for example “reviews” heading and “related listings” heading) H2 should be your main sub heading under main h1 heading. From your missplaced H2’s you’ll jump to random h5 or h6. Im confused how someone can build hivepress and not know what is basically common knowledge. H1 is your title, H2 your sub title, H3 is for organizing sub sections of your page CONTENT, H4 - H6 are for additional information such as footer and sidebar widgets titles. Not a big deal but a very simple thing to do correctly.

1 Like

Hi! You cannot change it’s size from the Hivepress settings menu, because this declared as h4 class in the code. Even, if you set to use your own attribute for display the title, you can’t because that custom attribute label and value, need to be hidden, or you have two, duplicated titles. But you still can change the title’s size, with this custom css:

.hp-listing__title { font-size: medium; }

use medium, large, or larger to set up the size.

1 Like

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