• Resolved msmith29063

    (@msmith29063)


    I’m using Bootstrap for my WC site and would like to be able to add a class to the dropdown. I don’t see a hook/filter for that. I know I can edit the front end PHP in the plugin includes. Do you have any other suggestions? Thank you for putting this together.

Viewing 1 replies (of 1 total)
  • Plugin Author Jeroen Sormani

    (@sormano)

    Hi,

    There’s (currently) no way of adding a class to the dropdown like you’re suggesting.
    What I’d recommend is to apply the styles from Bootstrap to the .wppp-select class, dynamically apply the class retroactively using JS, or override the plugin function to output a modified version of it (using the hooks/filters so it doesn’t get overridden when there’s an update).

    Cheers,
    Jeroen

Viewing 1 replies (of 1 total)

The topic ‘Add Class to Dropdown’ is closed to new replies.