This topic is: not resolved
- This topic has 24 replies, 2 voices, and was last updated 10 years, 1 month ago by .
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.
These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.
Community Forums › Forums › Archived Forums › Design Tips and Tricks › Agency Pro – White font with dark grey shadow
I would just completely remove the 1196 rule (1196-1204). Then the 1188 rule will make the lines look normal.
Jamie
Jamie @ Ladebug Studios
Hi Jamie,
That did the trick! Thanks! Which part of the css code do I need to adjust to soften the black line shadow, so that it is more dark grey?
Best,
Donald
Just change the color specified in the box-shadow (in the rule starting on line 1188) to a gray - like #707070.
This link gives hex codes for different shades of gray you can try.
Jamie
Jamie @ Ladebug Studios
YAY!!!!!!!!!!!! Got it Got it! Thanks so much!
The shadow for the menu looks a bit on the lighter side, because I made it slightly transparent. Is it possible to make the shadow for the menu fonts to be darker? css code and location in stylesheet?
Best,
Donald
Do you mean the menu text (Home, About, Graphics & Design, etc.)? The shadow for the menu text is in style.css, line 899.
The current code is:
.site-header {
text-shadow: 1px 1px 1px #000;
}
I'm not sure how you'll make it darker since it's already set to black.
Jamie
Jamie @ Ladebug Studios
© 2024 WPEngine, Inc.