This topic has 6 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
Hello
I would like to ask how can I remove\disable the languish bar (EN FR GE) from the “top toolbar”
Here is a link to the image, that will make it easier to understand
http://i.imgur.com/HkW8EHL.png
Thanks in advanced
Eyal
Hello,
Please add this code into custom.css file.
.languages-area{
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hey
I have follow the instructions about how to add a custom CSS file.
the YouTube vide relate to the “standard theme” but in my scenario is use Child theme.
I add a new file to the child theme folder (Themes\woopress-child) named: custom.css
Enable the option of custom CSS
Add the code that you send me
.languages-area{
display:none;
}
http://i.imgur.com/EkiL6kV.png
but no lack , the languish bar still appear
I try to access the custom.css file by using the following path:
http://findmyappbay.com/custom.css
and got 404 error
maybe this is the problem ?
Thanks in advanced
Eyal
Hello,
If you’re using child theme you need add the code in style.css of your child theme.
Please try it.
Thank you.
Regards,
Eva Kemp.
Thanks a lot
This solve the problem
Have a nice one!
Eyal 😉
Hello,
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall.
The issue related to '‘remove\disable the languish bar (EN FR GE) form the “top toolbar”’' has been successfully resolved, and the topic is now closed for further responses