InkHive Q&A › Category: Theme Support › theme-fifteen.1.0.0.8 0 Vote Up Vote Down Sharif Rana asked 8 years ago How to add drop shadow to the site title? Help me to solve the problem, Please. 1 Answers 0 Vote Up Vote Down divjot Staff answered 8 years ago Add the following code to custom CSS- .site-title a { text-shadow: 0px 5px 5px #000 !important; } It should add shadow to site title. – Divjot