• Resolved Rafa?

    (@ayek)


    Hi there!
    May I alter gs_logo_title tag from H3 into a lower level heading or a paragraph tag?
    A filter? Shortcode parameter?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author GS Plugins

    (@gsplugins)

    Hi Rafa? ( @ayek )

    Thanks for the concern.

    Please upgrade to the latest version 3.3.4
    [Added]: Logo Title Tag Filter Hook.
    [Improved]: Compatibility with the Pro version for Ticker Theme.

    Allowed Title tags are: h1, h2, h3, h4, h5, h6, span, div & p

    Uses for the Title filter hook:

    add_filter( 'gs_logo_title_tag', function() {
        return 'h5';
    });

    Please check & let us know.

    Sarwar

    Thread Starter Rafa?

    (@ayek)

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo Title Heading Level’ is closed to new replies.