Viewing 1 replies (of 1 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Hi Ina, it’s a simple adjustment to change the plugin code to use H1 instead of h4… however that would have to be done in the plugin itself. This is not usually a great thing to do with plugins because as soon as the plugin updates, it overwrites your changes. The better solution would be for you to add styling in your theme CSS for h4 like this:

    #wpc-catalogue-wrapper h4 {
        font-size: 20px;
    }

    Obviously you can adjust the 20px size and add whatever other styles you like there as well. Styling it via the theme is much better as it will not be overwritten.

    Any questions, let me know.

Viewing 1 replies (of 1 total)
  • The topic ‘heading problems: H4 to H1’ is closed to new replies.