Jump to content

Dropdown Menu Color Customization

Recommended Posts

Site URL: https://www.greenhealthpartnership.org/

Hi,

I'm building my site in 7.1 and I had a question about customizing dropdown menu colors. Each of the pages within my site has a different header color palette, and each of the dropdown menu color backgrounds seems to change depending on what page you're in (I think based on the color theme I have selected). 

How do I customize these dropdown menus so that they mirror the header color palette of each page? I've seen someone recommend this:

/* Change dropdown menu background */
.header-nav-folder-content {
   background: #(whatever color) !important;
}

But this option seems to change the menus for each page of the site. 

I really appreciate any guidance you're willing to provide!

Link to comment
  • Replies 5
  • Views 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

It this is a page by page change, then don't put the code is custom css, which effects the whole site, put this code into the page advanced code injection header of each page with the color you want.

<style>
/* Change dropdown menu background */
.header-nav-folder-content {
   background: #(whatever color) !important;
} 
<style>

pick #color here:

https://www.color-hex.com/

 

Link to comment
  • 2 years later...
19 hours ago, mazmac said:

What color would be if I want just transparent background, I have tried it in my site, in home, but doens't work

https://rudarevista.squarespace.com

pass: ruda2022

thanks

Use this CSS code

/* dropdown transparent */
.header-nav-folder-content {
    background: transparent !important;
}

 

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.