AJ2 Posted June 8, 2021 Share Posted June 8, 2021 Site URL: https://www.fchc.us/ Hello, I want to display my logo on the left and also the title in the middle above the navigation tabs. All the coding that i have seen on the forum has been not working so I wanted to know how I could do this Link to comment
tuanphan Posted June 9, 2021 Share Posted June 9, 2021 On 6/8/2021 at 9:27 PM, AJ2 said: Site URL: https://www.fchc.us/ Hello, I want to display my logo on the left and also the title in the middle above the navigation tabs. All the coding that i have seen on the forum has been not working so I wanted to know how I could do this Hi. Add a title here? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
AJ2 Posted June 10, 2021 Author Share Posted June 10, 2021 Yes! the title would be 'Fredericksburg Christian Health Center' Link to comment
tuanphan Posted June 11, 2021 Share Posted June 11, 2021 19 hours ago, AJ2 said: Yes! the title would be 'Fredericksburg Christian Health Center' Add to Design > Custom CSS /* site title */ .header-nav:before { content: "Fredericksburg Christian Health Center"; display: block; text-align: center; font-size: 30px; position: relative; top: -20px; } AkankshaK 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
AJ2 Posted June 16, 2021 Author Share Posted June 16, 2021 On 6/11/2021 at 4:05 AM, tuanphan said: Add to Design > Custom CSS /* site title */ .header-nav:before { content: "Fredericksburg Christian Health Center"; display: block; text-align: center; font-size: 30px; position: relative; top: -20px; } Is there a way to make it a bold font? Link to comment
tuanphan Posted June 17, 2021 Share Posted June 17, 2021 17 hours ago, AJ2 said: Is there a way to make it a bold font? Use this /* site title */ .header-nav:before { content: "Fredericksburg Christian Health Center"; display: block; text-align: center; font-size: 30px; position: relative; top: -20px; font-weight: bold; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
AJ2 Posted June 17, 2021 Author Share Posted June 17, 2021 Is there a way for it to be hyperlinked to the homepage? Link to comment
tuanphan Posted June 18, 2021 Share Posted June 18, 2021 13 hours ago, AJ2 said: Is there a way for it to be hyperlinked to the homepage? Do/will you use Business or Personal Plan? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted June 24, 2021 Share Posted June 24, 2021 On 6/22/2021 at 7:46 PM, AJ2 said: Its a business plan Remove above code & add this to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('<a href="https://beaverhero.com" class="t-title">Fredericksburg Christian Health Center</a>').insertBefore('.header-nav>div'); }); </script> <style> a.t-title { content: "Fredericksburg Christian Health Center"; display: block; text-align: center; font-size: 30px; position: relative; top: -20px; font-weight: bold; } </style> Replace with your site url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment