Is there any way to have the title bar on Andrina within a page (shown in a colored block type at the top of the page) customized to something that is more easily read by my customers... yet still have the actually <title> of the page remain the SEO optimized title that I currently have and need. Does this make sense? I can help clarify if needed. Thanks for any help!
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .main-content .gallery h1, .main-content .page-content h1.contact, h1.single-heading, .page-content h1.page_title { color: red; background: yellow; } In place of "red" and "yellow" you can put your color or color code.
I think I didn't explain myself well.. I would like the TEXT of the colored title bar on my page to read different, but at the same time keep my SEO optimized title. In other words, how do I make the colored bar an H1 but keep my SEO <title> on the browser title at the top of the screen. Does this make sense? I can screenshot if needed.
Here is a screenshot of exactly what I mean.. I want to change the title section on pages to an H1 tag... BUT make sure that a different <title> tag will still show up on the top of the browser and Google will understand that it is the page title.
Hello, As you are using yoast seo plugin so there is no need to put this much long title. Just add small title as page title and long seo based title at the "SEO title" textbox provided by seo plugin I hope it will work for you. One more thing yoast seo plugin duplicating your page title. To resolve it. Open "header.php" and replace code given below with the code shown in the image. Thanks & Regards Nitesh Raghuwanshi