This topic has 10 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
Hi,
can i know how to remove the currency from the menu bar?
I already added the following code to custom.css
.currency{
display:none;
}
Hello,
Please try to add “!important” to the code:
.currency {
display: none !important;
}
Regards,
Eva Kemp.
added, still there
Hello,
Please provide us with wp-admin panel credentials.
Thank you.
Regards,
Eva Kemp.
as below
Hello,
The reason was you didn’t enable custom.css in Theme Options > Custom CSS. I’ve done this.
Please check the menu now.
Regards,
Eva Kemp.
Thanks, that’s a stupid mistake from me.
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall.
hi,
how do i get rid of the language bar now?
Thanks.
Hello,
Please add this code in custom.css file:
.languages {
display: none !important;
}
Regards,
Eva Kemp.
The issue related to '‘Currency and menu tagged together’' has been successfully resolved, and the topic is now closed for further responses