Give your title bar text a shadow in WordPress Avada theme

Log into WordPress and navigate to: ‘Avada’ > ‘Theme Options’ > ‘Custom CSS’.

In the Custom CSS field enter this text:

/* page title bar font styling*/

.fusion-page-title-bar .fusion-page-title-row h1 {
text-shadow:2px 2px 2px #000000;
}

Set the ‘text-shadow’ property to whatever you want. In this example it’s set to 2px pixels and black shadow.

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.