Okay
  Public Ticket #193667
H1 in slider
Closed

Comments

  • David started the conversation

    Hey! I want change h2 heading of slider to h1. How I can do it? 

    Thanks

  •  8,847
    Tahir replied

    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 

  • David replied

    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!

  •  8,847
    Tahir replied

    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 

  • Joe replied

    David did you ever figure this out? I also have the same question.

  •  1
    sparxdigital replied

    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>