Which slider are you referring to ?. The Home Slider or the Nectar Slider ?. Also changing h2 to h1 would require changing theme core code and is not recommended as changes would be lost when you update.
Not an expert in this Area.If you really need this modification done you could head on over to Envato Studio which is a service from Envato that offers paid WordPress customizations. I'm sure a developer on there would be able to wrap this up for you :)
Quick useful hack here incase anyone else finds it useful... the Nectar Slider heading supports HTML, so you can simply wrap the heading text in <h1> tags...
<h1>My Heading Goes Here</h1>
Note this won't inherit the default H2 styles of the other sliders, so you will likely need to add some inline or custom CSS to style these the same as the other headings.
Hey! I want change h2 heading of slider to h1. How I can do it?
Thanks
Hey David !
Which slider are you referring to ?. The Home Slider or the Nectar Slider ?. Also changing h2 to h1 would require changing theme core code and is not recommended as changes would be lost when you update.
Thanks
ThemeNectar Support Team
Hey Tahir!
Nectar Slider.
If I can't change this, what you advise me for h1? Logo with H1 it isn't good practice.
Thanks!
Hey David!
Not an expert in this Area.If you really need this modification done you could head on over to Envato Studio which is a service from Envato that offers paid WordPress customizations. I'm sure a developer on there would be able to wrap this up for you :)
Thanks
ThemeNectar Support Team
David did you ever figure this out? I also have the same question.
Quick useful hack here incase anyone else finds it useful... the Nectar Slider heading supports HTML, so you can simply wrap the heading text in <h1> tags...
<h1>My Heading Goes Here</h1>
Note this won't inherit the default H2 styles of the other sliders, so you will likely need to add some inline or custom CSS to style these the same as the other headings.
<h1 style="font-family: X; font-weight: X; font-size: X;">My Heading Goes Here</h1>