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.