Home › Forums › WordPress Themes – Premium › Celestial (Celestial Reloaded) › Change Page Title Size
Hello, I’d like to make the page title h3 instead of h1. Please add approx what line it is located on. Thank you very much! http://www.ToleyRanz.com
Hello Anke,
The page title is set to h1 tag by dafault. What you can simply do is change the font-size of the page-title i.e add the following css inside the additional css of your customizer;
.page-title { font-size: 20px; }
Note: You can change the font-size of your own.
thanks!
Thank you! That worked perfect