Danerose Posted May 16 Share Posted May 16 I am trying to add drop shadow to the navigation menu text so it is readable on top of the background image. I have tired to add some code to the Custom CSS but it is not working. https://www.successfulfilipina.com/ Link to comment
tuanphan Posted May 18 Share Posted May 18 You can use this to Custom CSS box nav.header-nav-list { box-shadow: 3px 3px 3px 5px #000; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Danerose Posted May 21 Author Share Posted May 21 This added a box drop shadow that is not what I want. I want the text to have a drop shadow. Link to comment
tuanphan Posted May 22 Share Posted May 22 If text itself, use code like this div.header-nav-item a { text-shadow: 3px 3px 5px #000; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment