Jump to content

Brine Template Footer Manipulation

Recommended Posts

Site URL: https://www.wmd-inc.net/

Hi All,

Trying to get my footer to either have an image background, or be transparent to the page above it, like the bottom section of the header does to the page below it. Also, I want to duplicate my primary Nav buttons that are in the header, into the footer. The issue is that my 'About' nav button, is a folder, with link pages in it so that in the primary nav header, it functions as a drop down. This is apparently not an option through the normal function of Squarespace, so I'm looking for a way to code it. Thanks Guys!

Link to comment
  • Replies 2
  • Created
  • Last Reply
1 hour ago, Samuraikan187 said:

Site URL: https://www.wmd-inc.net/

Hi All,

Trying to get my footer to either have an image background, or be transparent to the page above it, like the bottom section of the header does to the page below it. Also, I want to duplicate my primary Nav buttons that are in the header, into the footer. The issue is that my 'About' nav button, is a folder, with link pages in it so that in the primary nav header, it functions as a drop down. This is apparently not an option through the normal function of Squarespace, so I'm looking for a way to code it. Thanks Guys!

Hi , To Duplicate Nav Bar use the following code in Footer by using Code Block.

<div class="Header-nav-inner">
    <a href="/" class="Header-nav-item Header-nav-item--active" data-test="template-nav">Home</a><span class="Header-nav-item Header-nav-item--folder">
      <a href="/about" class="Header-nav-folder-title" data-controller="HeaderNavFolderTouch" data-controllers-bound="HeaderNavFolderTouch">About</a>
      <span class="Header-nav-folder">
    	<a href="https://wmd-inc.net/how-it-works-1/#how-it-works" class="Header-nav-folder-item">How It Works</a>
        <a href="/code-of-conduct-1" class="Header-nav-folder-item">Code of Conduct</a>
        <a href="https://wmd-inc.net/founder-bio-1/#founder-bio" class="Header-nav-folder-item">Founder Bio</a>
		<a href="https://wmd-inc.net/contact-wmd/#contact-wmd" class="Header-nav-folder-item">Contact WMD</a>
        <a href="https://wmd-inc.net/terms-conditions-1/#terms-conditions" class="Header-nav-folder-item">Terms &amp; Conditions</a>    
      </span>
    </span><a href="/shop-our-members" class="Header-nav-item" data-test="template-nav">Shop Our Members</a><a href="/blog" class="Header-nav-item" data-test="template-nav">Blog</a>
  </div>

To make the footer Transparent/Add Image in footer Use the following code , Add it in HOME>DESIGN>CUSTOM CSS

/*TO MAKE TRANSPARENT*/
.Footer {
    background-color:transparent !Important;   
}

/*TO ADD IMAGE IN BACKGROUND*/
.Footer {
    background-image: url(LINK TO YOUR IMAGE);  
}

Hope it helps 🙂

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.