• Resolved wordmatej

    (@wordmatej)


    hello,

    I puted Javascript to WordPress – dropdown filter to select table (BNTL po letih).

    Now I would like to edit background-color and color in css for dropdown links. Whatever I do it changes just main row, not underlines.

    Any suggestion?

    • This topic was modified 3 years, 1 month ago by Steven Stern (sterndata).
    • This topic was modified 3 years, 1 month ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello. ??

    If I’m understanding correctly, you’d like to change the color of the underlines on your website. If so, this article has some CSS to help do just that.

    Hope that helps!

    Thread Starter wordmatej

    (@wordmatej)

    Hi and tx for reply.

    But this I know, I would like to edit with other colors droodown filter. So, when visitor click on arrrow down it opens ddopdown links. So these links I would like to edit with new background color and font color.
    Any idea?
    Regards

    HI @mysweetcate

    You can change your select dropdown background color like this

    select>option {
        background: red;
    }

    let me know this is what you want

    Thanks

    Thread Starter wordmatej

    (@wordmatej)

    Hi and tx, I tried but didnt work.
    I tried select option {bacground color… }
    and worked, but still there is some padding on top and bottom. How to clean this out?
    Also, whet is css just for changing color of array icon for filtering in 1st row.
    Best regards

    Thread Starter wordmatej

    (@wordmatej)

    Closed

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Javascript – CSS edit’ is closed to new replies.