• Resolved StandOutSites

    (@standoutsites)


    The color of the dropdown arrow in the language selector is gray and I need to change that color. Currently, it looks like the color is set by a javascript code that is loaded after the widget is already inserted, so I can’t change it with custom CSS. As all CSS I try to do is over-ridden by the JS. (1) Can you make it so that we can use Custom CSS to set the color of the dropdown arrow, that is, so it’s not set by JS. This is the style I want to be able to set with custom CSS.

    <span style=”color:#666;font-size:8px;font-weight:bold;”>arrow</span>

    (2) In the meantime, until you update the plugin for this, is there a way to do this with inserting custom JS in the theme?

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    Usually you can do color changes with CSS, if you see it hardcoded, then !important in CSS usually helps.

    Thanks! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Change color of the dropdown arrow’ is closed to new replies.