This topic has 4 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson
Hi Eva,
on mobile version I can’t see Hidden Top Panel. Can I activate it with mobile version enabled?
Thanks!
Hello,
In this case you can add the following code in custom.css file.
@media (max-width: 767px){
.hidden-phone {
display: block !important;
}}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hello,
I make the change, but if now appears the search field on logo.
Can we hide the search field?
Thanks!
Hello,
Add this code in custom.css file:
@media (max-width: 767px){
header .et-mega-search {
display: none;
}}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up