Home Forums Jevelin Theme Adding Shadow to text Reply To: Adding Shadow to text

Home Forums Jevelin Theme Adding Shadow to text Reply To: Adding Shadow to text

Solution for this topic

You can add shadow to it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

body.home .sh-column-aec1214d93e70233f78a5559719aef65 {
    text-shadow: 2px 2px #8e8080;
}