Home › Forums › ArileWP Pro › Header text sizeThis topic has 3 replies, 2 voices, and was last updated 9 months, 1 week ago by themearile.Viewing 4 posts - 1 through 4 (of 4 total)AuthorPosts January 7, 2025 at 5:45 pm #41151 Mini MansellParticipanthttp://www.everythingawesome.co.ukhow 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 themearileKeymasterHi Mini MansellOK 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/mvvUM54zbjbYjQuery(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 MansellParticipantunfortunately that does not seem to have helped.Mini January 8, 2025 at 9:43 am #41154 themearileKeymasterHi Mini MansellWe 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.ThanksAuthorPostsViewing 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 inLog In Log in / Register