Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ambrosite

    (@ambrosite)

    Yes, there are CSS classes on the links and thumbnails. View the HTML code that is generated by the function and you’ll see them.

    Thread Starter diln6997

    (@diln6997)

    Thanks, ambrosite.

    Could you recommend a way to have them use the same css as the rest of my buttons?

    The style for the buttons is pretty large and I would prefer not to have it three times, ie for .button, .prev-page-anchor, and .next-page-anchor.

    Plugin Author ambrosite

    (@ambrosite)

    You know you can group selectors in CSS, right?

    .button,
    .prev-page-anchor,
    .next-page-anchor {
        /* styles go here */
    }

    https://www.w3schools.com/css/css_grouping_nesting.asp

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Were CSS classes ever added to this?’ is closed to new replies.