Go to header.php present in your theme directory and add the code given below Code: <div class ="example"><p>Car, bike</p></div> Sending image for reference Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .example p { text-align: center; } This will solve your issue.