Jump to content

Needing to display logo with title on my header.

Recommended Posts

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?

image.thumb.png.910ba8b46abd9359152702d0080887e3.png

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
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;
}

 

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
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
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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.