Jump to content

Need help with Custom CSS on site navigation

Recommended Posts

Site URL: http://www.peachycleanatl.com

I need help with custom CSS for my Squarespace website! When I hover over a tab on the website, the dropdown menu shows up as normal, but if I click that tab the text in the dropdown is invisible. (see pics below for explanation).

Here is the code I used to customize my navigation bar:

// Spotlight Navigation Style //
.header-nav-list:hover > .header-nav-item {
  opacity: 0.5;
}
.header-nav-list:hover > .header-nav-item:hover {
  opacity: 1.0;
}
// Spotlight Navigation Folder Style //
.header-nav-folder-content:hover > .header-nav-folder-item {
  opacity: 0.5;
}
.header-nav-folder-content:hover > .header-nav-folder-item:hover {
  opacity: 1.0;
}
// Pill Active Navigation //
.header-nav-item--active a {
  background-image: none !important;
  background-color: #84cc3c;
  color: #ffffff !important;
  border-radius: 50px !important;
  padding: 0px 20px !important;
}

 

IMG_2341.jpg

IMG_2339.jpg

Link to comment
  • Replies 1
  • Views 566
  • Created
  • Last Reply

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.