Change side bar title font size in WordPress Avada theme

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

In the Custom CSS field enter this text:

/* sidebar h4 font styling*/

.sidebar .widget h4 {

font-size: 18px;

}

Set the ‘font-size’ property to whatever you want. In this example it’s set to 18 pixels.

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.