Skip to content

Changing the size of the sideways chevron that appear with "next" and "prev" #644

Closed Answered by ddnexus
MarchandMD asked this question in Q&A
Discussion options

You must be logged in to vote

Now that you explained the details of your question... you have another very simple way of doing it without javascript or overriding. Just use span tags in the dictionary entries:

This one is super simple and recommended because it's very robust over updates:

For example:

    prev: '<span class="prev-chevron">&lt;</span>&nbsp;Prev'
    next: 'Next&nbsp;<span class="next-chevron">&gt;</span>'

Then you can target the classes of the chevrons (you may even use a single class for them).

FYI: Nested span are legal HTML.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@MarchandMD
Comment options

Comment options

You must be logged in to vote
1 reply
@MarchandMD
Comment options

Comment options

You must be logged in to vote
2 replies
@MarchandMD
Comment options

@ddnexus
Comment options

Answer selected by MarchandMD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants