x

Text and logo above the navigation bar

My client wants two text boxes and their logo above the navigation similar to this. http://www.familyhealthcarecenter.com/

How can I do that?

8,639 Views
Message 1 of 9
Report
8 REPLIES 8
Square

If the site is published can you please post the link to the current site? This allows more people to help out. Thanks so much!

8,619 Views
Message 8 of 9
Report

Here's the current site

https://www.victoriafamilypractice.com/

They want text, logo, text above the navigation bar.

8,616 Views
Message 8 of 9
Report
Square

You could probably create an image that includes logo and text, but you would need to customize the code in order to get the additional information to display. I'm not able to assist with this, but possibly someone else in Community can help you out with this! Smiley Happy

8,602 Views
Message 8 of 9
Report

I am also having the same problem and would like a text and logo option, not just text OR logo.

8,590 Views
Message 8 of 9
Report

I created an image with the text, logo, text I was wanting and pasted it as the logo. It looks great but it's WAY too small. Is there anyway to make it larger?  https://www.victoriafamilypractice.com/

8,563 Views
Message 8 of 9
Report

I had the same issue. I need more options here than just text OR logo. 

8,560 Views
Message 8 of 9
Report

One way to do this is to add a logo to already existing title text. The solution is based on these instructions: https://bit.ly/2V1mpxA but in reverse.

(1) Click on "Theme" at the top, then click on "Edit HTML/CSS" on the bottom-left.

(2) On the left, under "HEADER TYPE", click on the first page layout. On the right, locate the white "{logo}" code which will look something like this: <div class="logo">{logo}</div>. Copy the HTML code below and paste it directly beneath the white "{logo}" code.

        <div class="sloganimage">{sloganimage:image}</div>

(3) Repeat this process for each page layout under "HEADER TYPE".

(4) Once you're back in the Weebly editor, you should see a "Click here to add image" box to the left of your site title. To add your image, simply click and drag your picture!

(5) You can format your picture by going under "STYLES", click on "main.less". On the right, scroll down and find your logo's CSS coding. Copy the CSS code from below and paste it in the area of your logo's CSS coding and then click save. This way you can move the picture around the title text. Try to find a picture with size that fits your theme and title text.

/* Format image next to title */

.sloganimage {

position: relative;

top: -70px;

left:220px;

padding: 0px;

} /*end*/

I hope it was helpful.

7,295 Views
Message 10 of 9
Report

I have been searching for days trying to find out how to get my logo in there to the proper size. Thank you so much for taking the time to write this out; this saved my website. 

4,800 Views
Message 10 of 9
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.