• Resolved Dpries

    (@dpries)


    I am currently using the Column Filter Widgets extension to create dropdown filters above the table. I would like the ability to style these dropdowns, I am wondering if it is possible to add a new class or id selector for the <select> tag so I can style the menus. Otherwise, do you have any other recommendations for styling these dropdowns.

    Thanks

    https://ww.wp.xz.cn/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    I’m not really sure why you want an extra CSS class or ID here. You could simply use some CSS like

    .column-filter-widget select {
      border: 2px solid #ff0000;
    }

    to style them.
    (Using .column-filter-widget select option as the selector should help in targeting the individual options.)

    Regards,
    Tobias

    Thread Starter Dpries

    (@dpries)

    Ahh, duh
    thanks for your help!!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Styling Column Filter Widgets’ is closed to new replies.