• Resolved andyblaser

    (@andyblaser)


    When I create a form, all the dropdown items have two arrows at the end of the field. I’m using the “Go” theme (i.e. “Go Child”) and Elementor. The two lines in the CSS that are responsible, seem to be:
    Elementor:.elementor-field-group .elementor-select-wrapper:before { content: none;}
    Theme:select { background-image:url(../images/arrow-down-solid.svg)}

    Would appreciate help in removing the latter.

    Thanks in advance!

    • This topic was modified 5 years, 9 months ago by andyblaser.
    • This topic was modified 5 years, 9 months ago by andyblaser.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @andyblaser,

    Thank you for reaching out.

    May I have the website URL so I can see the issue and provide the correct solution for you?

    Best Regards,
    Pavle

    Thread Starter andyblaser

    (@andyblaser)

    Thanks for the help, Pavle!
    I managed to solve the problem with custom CSS (in Elementor):

    .elementor-field-group .elementor-select-wrapper:before {
        content: none;
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Dropdown shows two arrows’ is closed to new replies.