Jump to content

[Share] Add a Dropdown next to Logo

Recommended Posts

Posted

To add a dropdown next to Logo, you can follow these.

#1. You can add a dropdown to Main Navigation

image.png.b242642e85c6f7b3442d8fea9f188b69.png

To add a dropdown next to header button, you can follow these.

#1. You can add a dropdown to Main Navigation

image.png.b242642e85c6f7b3442d8fea9f188b69.png

You can place any texts in Name, but in URL, use this URL: /logo-dropdown

image.png.3cf63631fc1a2a25c526959435fcd3d8.png

#2. Use this code to Code Injection > Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
    $('div.header-display-desktop div.header-nav-item:has(a[href="/logo-dropdown"])').appendTo('.header-display-desktop .header-title');
});
</script>
<style>
div.header-display-desktop .header-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
div.header-title a.header-nav-folder-title:after {
    content: "\e009";
    font-family: 'squarespace-ui-font';
    position: relative;
    top: 2px;
}
div.header-title .header-nav-folder-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    opacity: 0;
}
div.header-title div.header-nav-item {
    position: relative;
    right: -20px;
}
div.header-title div.header-nav-item:hover .header-nav-folder-content {
    opacity: 1;
}
</style>

image.png.d5118678c2ef1f27f14a8ba08f98ec71.png

#3. Result

image.png.4e5eb98a81e8cc85801621ffb037504e.png

image.png.1503735337bc2c9c741eb435b1eac55f.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!)

  • Replies 0
  • Views 191
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

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.