Hi,
I've got 4 issues below (Mobile styling, WPLMS search functionality and author name)
The menu icon when viewing on a mobile does not display correctly because the menu bar goes thinner and menu icon goes off the menu bar . The result being you can not see it any more (white menu on light grey background).
Here is a screenshot of the problem: https://www.screencast.com/t/HBBdM076B
1.) With reference to the above screenshot, how can I fix this display problem E.g change color and/or keep the menu icon on the menu bar?
2.) Can you hide all product pages from the WPLMS search?
3.) Can you hide normal WordPress pages from the WPLMS search?
4.) Can you display the author name in the blog post?
Cheers
This reply has been marked as private.
Go to wp-admin->appearance->customiser->add custom CSS-> add these lines and save.
@media (max-width: 767px)
{
#header_mobile_logo.hide {
height:200px !Important;min-width:200px !important;padding:5px !important;
}
#trigger{top:20px !Important;}
}
This reply has been marked as private.
add this too
@media (max-width: 767px)
{
.fixed #header_mobile_logo.hide {
min-height:40px !Important;min-width:200px !important;padding:0px !important;
}
}
Awesome, it's all working. The logo is displaying correctly and the menu is thicker so you can see the mobile menu icon
Thank you :)
Glad to be of your help
#Cheers :)
Closing the topic.