• Resolved estelle06

    (@estelle06)


    Hi,

    I would like to change the title of products H2 (settings default) to H1.
    How I can do it without touching the code ?

    There’s an extension or a plug-in which allows it ?

    Thank you,

    Estelle.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you want to change H2 to H1s, you will need a few lines of code, but I don’t think there should be more than one H1 on a page. For that reason, I don’t think there will be a plugin to do it.

    If you want to change the appearance of these H2s, you can do so with some custom css:

    ul.products li.product .woocommerce-loop-product__title {
      color: Green;
      font-size: 30px !important;
      font-weight: bold;
    }

    Custom CSS goes at:
    Dashboard > Appearance > Customize > Additional CSS

    Your site may have different markup and styles. If the css doesn’t work, please post a link to your site.

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @estelle06,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the info above was helpful and you were able to find a solution to your problem!

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change title product H2 to H1’ is closed to new replies.