• Resolved Copernicus

    (@copernicus)


    In selecting the “Heading” field type, the generated code (on a live product page) uses only the H1 tag for the heading.

    Is there a way to change this to another heading level (such as H3)?

    There should, of course, only be one H1 tag per page, so using H1s for all of the headings within the Extra Product Options fields is not ideal.

    It looks like it’s not possible to select other heading levels for the Heading field type within the plugin UI itself – so perhaps there’s a filter/hook that can be employed to handle this?

    Any help is appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Please try to add the below style in your theme’s Additional CSS.

    table.thwepo-extra-options td h1{
    	font-size:1.618em;
    }

    We hope this helps.

    Thank you!

    Thread Starter Copernicus

    (@copernicus)

    Thanks for your assistance, ThemeHigh.

    Yes – I know that the visual style can be changed via CSS, but I am hoping that there’s a solution so that we can set the actual coded tag of the headings as something other than H1.

    The headings of these product field groups are not appropriate for h1 tags (instead, h3 or h4 would be more appropriate). So, I was hoping to find a solution for changing from h1 to h3 (for example) rather than just changing the displayed size.

    Plugin Author ThemeHigh

    (@themehigh)

    Unfortunately, this option is not currently available in the lite version of our plugin.

    However, we will check the feasibility of adding this option in the future version.

    Thank you!

    Plugin Author ThemeHigh

    (@themehigh)

    We have released a new version of our plugin in which we have added the option “Heading Type” for the Heading field type.

    Please update the plugin and verify from your side.

    Thank you!

    Thread Starter Copernicus

    (@copernicus)

    That’s excellent news: THANK YOU for adding in this helpful modification to the plugin’s options!

    We’ve updated & tested it out – it works perfectly.

    Thanks again!

    Plugin Author ThemeHigh

    (@themehigh)

    Great ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing Heading Level from H1 to H3 (or other)’ is closed to new replies.