1) In the mobile menu I cannot access parent sites which have sub-sites. It is only possible to access the sub-sites. However, I can access parent sites without sub-sites.
2) How can I change the background of my wpml-Language buttons to black - but only in the mobile menu?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 1000px) {
.wpml-ls-menu-item,.wpml-ls-menu-item a,.wpml-ls-slot-9.wpml-ls-current-language, .wpml-ls-slot-9.wpml-ls-current-language a, .wpml-ls-slot-9.wpml-ls-current-language a:visited {
background-color: transparent;
}
}
1) In the mobile menu I cannot access parent sites which have sub-sites. It is only possible to access the sub-sites. However, I can access parent sites without sub-sites.
2) How can I change the background of my wpml-Language buttons to black - but only in the mobile menu?
Thank you so much in advance for your help, guys!
Hey Again,
1)Try adjusting this option in Salient Theme Options Panel : http://prntscr.com/k9v0r1 .
2) Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team