This topic has 2 replies, 2 voices, and was last updated 5 years, 6 months ago ago by John Holden
hello
i need to add in mobile version
1-icon magnifying glass search
2- icon my compte
3- widget header banner
like this photo : http://www.screencast.com/t/Twe3SIqJg
i have probleme with YITH WooCommerce Wishlist
when i active the plugin and clique in heart i get this page : http://www.screencast.com/t/tgWlOaR9ujVK
i cant use this plugin
thinks for helpe
Hi,
Add below code to Theme Options -> Custom CSS -> Global Custom CSS
@media only screen and (max-width: 992px){
header .navbar-header .login-link,
.navbar-header .header-search{
display: block !important;
}
}
Regards,
Hung PD
You must be logged in to reply to this topic.Log in/Sign up