Jump to content

Image in Navigation Bar

Recommended Posts

  • Replies 5
  • Views 1.5k
  • Created
  • Last Reply

Top Posters In This Topic

On 3/31/2022 at 5:43 AM, Haven14 said:

Site URL: https://www.havenbeautyma.com

Is it possible to add the "green circle" image in the footer on my website to the navigation bar?

Hi.

Which position on header? Under logo, right of logo or?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 4/6/2022 at 9:39 PM, Haven14 said:

In between right nav and shopping cart. I am using code for split nav though and it doesn't always break correctly so that might make it even worse. Thoughts?

In this possible, clickable image or non clickable image?

ggreen.png.5dd730abf347305b8186f718328f0e07.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 3 weeks later...

Add 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 class="tp-second-logo" href="https://google.com"><img src="https://cdn.pixabay.com/photo/2022/01/22/16/54/book-6957870__480.jpg"/></a>').appendTo('.header-actions.header-actions--right .showOnDesktop');
	});
</script>
<style>
  a.tp-second-logo img {
    width: 50px;
}
  .header-actions.header-actions--right .showOnDesktop {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
</style>

tp-logo.thumb.png.cfc171ae2763cd793b538e7352e9aa0d.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

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.