Hi,
i tried to add this
@media (max-width: 767px){
.td-header-top-menu-full {
display: block;
}
.td-header-sp-top-menu {
display: block !important;
text-align:center
}
}
to show top menu in mobile, but with that code i have all the top header infos..(weather etc)
i need instead only the menu items
how to do that pls?
thank you
Hello mirko,
Please try to use the code below and place it in Theme panel -> Custom CSS area.
@media (max-width: 767px){
.td-header-top-menu-full {
display: block;
}
.td-header-sp-top-menu {
display: block !important;
text-align:center
}
}
@media (max-width: 767px){
.td-weather-top-widget, .td-social-icon-wrap{
display:none;
}
}
The result is here -> https://www.screencast.com/t/7aToRUOY2
Thanks.
Hi,
So you want to remove the login only on mobile, like this
– https://www.screencast.com/t/uk9DeaYIrHfz
Enter this code in the Theme panel->Advanced CSS in the phones section
.td-menu-login-section {
display: none;
}
Thanks
Hi Simion,
i added this https://d.pr/Sa7jJX
but i still see this https://d.pr/cThFCA
I thought you were referring to this – https://www.screencast.com/t/GL4EmbeQgcNR
Use this instead – https://www.screencast.com/t/I3UY58tksxPZ
.td-header-top-menu-full .td-login-modal-js {
display: none;
}
Sorry for misunderstanding.
Dear,
also I would like to insert the top menu in the mobile version, but inserting the code you indicated does not work. You can help me?
Many thanks in advance
http://www.weedzine.it
@Viju Maybe like this – https://www.screencast.com/t/FE0nc6RcPj
– https://pastebin.com/bsNnfzcy