Navigation Menu Attributes
-
1. Can I do any customization of the CSS in order to change attributes on my navigation menu? For example, can I add a shadow or a glow to the text?
2. I have done some changes to the site’s name such as color and size. I was wondering if there are more things I can do to it, such as putting shadows, glows, bevel it, etc.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Here’s how to apply a text shadow to text in browsers that support it. You can use a different selector to target the title.
#pagenav a {text-shadow:#888 3px 3px 5px;} -
- The topic ‘Navigation Menu Attributes’ is closed to new replies.