Home › Forums › ArileWP Pro › Header text size This topic has 3 replies, 2 voices, and was last updated 5 months, 2 weeks ago by themearile. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 7, 2025 at 5:45 pm #41151 Mini MansellParticipant http://www.everythingawesome.co.uk how can change the header size ONLY for the page name displayed over the header image from H1 to H2? for eg, on the above website the line The Home of Everything Awesome. i want that H2, not H1 January 8, 2025 at 6:23 am #41152 themearileKeymaster Hi Mini Mansell OK please install and activate the https://wordpress.org/plugins/custom-css-js/ plugin from WordPress. And add the below js code in this plugin like the screenshot https://prnt.sc/mvvUM54zbjbY jQuery(document).ready(function( $ ){ $('.page-header-title h1').each(function() { $(this).replaceWith($('<h2 class="text-white">' + this.innerHTML + '</h2>')); }); }); And save the code. Let us know if it works. Thanks January 8, 2025 at 9:14 am #41153 Mini MansellParticipant unfortunately that does not seem to have helped. Mini January 8, 2025 at 9:43 am #41154 themearileKeymaster Hi Mini Mansell We have checked your site and the h2 tag displaying perfectly in the page title tag as per your need. Please see the screenshot of your site https://prnt.sc/Ksxo22Qe4aZa. Thanks Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Log in / Register