1) Is there css code for shadow on nav menu text header area so the white text will standout on background images with a light top background area and for transparent header areas?
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):
body:not(.material) header#top nav > ul > li:not(#social-in-menu) > a {
text-shadow: 0 1px 1px rgb(12, 12, 12);
}
1) Is there css code for shadow on nav menu text header area so the white text will standout on background images with a light top background area and for transparent header areas?
2) If so where do i place in the theme?
Thanks!
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