This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is working on a site under development and wants to customize the WPML currency switcher by removing the border and adding country flags to the currencies.
Solution:
To remove the border from the currency switcher, the client should insert the following custom CSS code into WP > Appearance > Customize > Additional CSS:
.wcml-dropdown li {
border: 0px solid!important;
}Adding country flags to the currency switcher requires some customization. We recommend following the detailed steps provided in the documentation on designing custom currency switchers using template files, which can be found here: https://wpml.org/documentation/related-projects/woocommerce-multilingual/designing-custom-currency-switchers-using-template-files/
If this solution does not apply to your case, or if it seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. Should you need further assistance, please do not hesitate to open a new support ticket at our support forum.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.