Remove drop shadow behind heading text in Natural theme
-
Hello,
Does anyone know how to remove the drop shadow behind the headings in the Natural theme?
Thank you,
MThe blog I need help with is: (visible only to logged in users)
-
Hi there, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. I think it gets all of them. let me know if you see any others, and where you see it.
.title { text-shadow: none; } -
Thank you for the help. The shadows are removed on the titles on the homepage, but the still showing up on the individual pages.
-
Oops, sorry I missed that. Replace the rule I gave you to this.
.title, .headline { text-shadow:none } -
-
- The topic ‘Remove drop shadow behind heading text in Natural theme’ is closed to new replies.