How to remove WPML label from the footer
-
how to remove “WordPress متعدد اللغات مع WPML” from under the footer …
you can check my website to see it http://www.giftsbuzz.com
Hello,
This label is added by WPML you can contact support to find out how to remove it in the settings.
Meanwhile here is custom CSS to hide it:
#wpml_credit_footer{
display:none;
}
Add this code to Theme Settings > Custom WPML
WPML support doesn’t reply ..
but per your quick solution .. Theme Setting > “there is no Custom WPML, it is only Custom CSS & Custom JS”
I add the given code in the “Theme Setting > Custom CSS” as in the screen shot and it is not removed
Attachments:
You must be
logged in to view attached files.
It’s working now .. Thanks
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘How to remove WPML label from the footer’ is closed to new replies.