- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Here's the current site
https://www.victoriafamilypractice.com/
They want text, logo, text above the navigation bar.

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I am also having the same problem and would like a text and logo option, not just text OR logo.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I had the same issue. I need more options here than just text OR logo.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.