Tagged: arrows
Hi guys!
Dropdown arrows on blog & event page seems to be inheriting both the plugin style + the theme style, resulting in two arrows: Any Ideas?
https://www.dropbox.com/s/sfbsae7lfs31vko/Screen%20Shot%202020-04-20%20at%202.21.30%20AM.png?dl=0
Thanks,
Jas
Hey Jasmer,
Please try the following in Quick CSS under Enfold->General Styling:
.wpgb-select-control {
display: none;
}
Best regards,
Rikard
Thanks resolved, I needed to add !important then it worked.
.wpgb-select-control {
display: none !important;
} /*blog page drop down double arrow overlap fix*/
Hi Jasmer,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria