Reply To: Typography text shadow

Home Forums Support Typography text shadow Reply To: Typography text shadow

Home Forums Support Typography text shadow Reply To: Typography text shadow

#232092
Tom
Lead Developer
Lead Developer

Hi John,

There’s so many things you can do with the CSS, the Customizer would be a mess if I included them all.

The CSS you’re looking for is text-shadow: https://css-tricks.com/almanac/properties/t/text-shadow/

So the part you need to figure out is the selector.

For example:

Site title: .main-title
Tagline: .site-description
Menu items: .main-navigation li a
Heading 1: h1
Heading 2: h2
etc..

If you need help with a specific elements, let me know 🙂