Duplicate Drop down menu arrows
-
Please can you help me resolve an issue i have using the Form element provided by elementor pro.
I would like to remove one of the two arrows – see screen shot. It doesn’t matter which one.
Efforts to do this via css have failed so far.
Attachments:
You must be
logged in to view attached files.
Hello,
To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.
.elementor-select-wrapper .select-caret-down-wrapper {
display: none;
}
Kind Regards
Thank you very much. This works perfectly.
You are always welcome. Feel free to contact us if you have any further questions.
The topic ‘Duplicate Drop down menu arrows’ is closed to new replies.