Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Feature Request: Selectable header type for alphabet section

$
0
0

Replies: 0

Currently the alphabet sections are generated as a span element:

wp.element.createElement("span", {
                        className: "hg-content__letter",
                        "data-role": "hg-section-letter"
                    }, t)

I would like this to be a selectable element type, such as H1, H2, H3, H4, span, div. I manually edited the plugin to use H4, but I think we should have choices based on the template we’re using.


Viewing all articles
Browse latest Browse all 59525

Trending Articles