Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
Drop Shadow
delboy2010
January 2018
in
Theme support
Hi there,
Can you tell me what code I need for:
Drop shadow on menu items and drop shadow on title text?
Kind Regards,
Chris
Comments
Bryan
January 2018
Hi,
sorry but we do not have a drop shadow option in the theme.
You can check here:
https://www.w3schools.com/cssref/css3_pr_text-shadow.asp
https://www.w3schools.com/cssref/css3_pr_box-shadow.asp
thanks
delboy2010
January 2018
Hi,
That's great thanks, how could I apply this to the menu items?
Bryan
January 2018
Please send a link to your website and tell us what exactly you want to achieve.
delboy2010
January 2018
http://www.theeventstation.co.uk/about-the-event-station/
Please see the above example,
So the title of the page now has the red shadow but I want it to be on the top menu items as well,
Does that make sense?
Bryan
January 2018
Try this
.header-transparent #Top_bar .menu > li > a span {
text-shadow: 2px 2px #be2343;
}
delboy2010
January 2018
Fantastic thank you
Sign In
or
Register
to comment.
Comments
sorry but we do not have a drop shadow option in the theme.
You can check here:
https://www.w3schools.com/cssref/css3_pr_text-shadow.asp
https://www.w3schools.com/cssref/css3_pr_box-shadow.asp
thanks