This topic has 4 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hi,
How do you remove the top menu bar language and currency icons from view?
Thanks
Sam
Hello,
Please add this css code to yours 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,
Stan Russell.
Hi Stan,
Perfect, how about removing the WordPress site slogan area, can this also be done by a custom css?
Thanks
Sam
Hello,
Please add this code in custom.css file:
.header-type-6 .header .tbs span, .header-type-7 .header .tbs span, .header-type-8 .header .tbs span, .header-type-10 .header .tbs span, .header-type-12 .header .tbs span {
display: none;
}
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up