Jump to content

Dropdown Menu Customization Code Enquiry

Go to solution Solved by tuanphan,

Recommended Posts

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

Hi there,

Our dropdown menu now has a white background without border when hovering.

I would like to ask your help to

1) make a border using the same royal blue color;

2) border style (see attachment, NOT 90 degree sharp corner, but with a bit of round corner);

3) at the top of the drop down menu show a bit of "arrow"

 

Anyone can help with this?

Thanks a lot in advance!! 🙂😇

 

Screen Shot 2021-11-04 at 1.04.25 PM.png

Link to comment
  • Solution
On 11/4/2021 at 12:56 PM, JJ001 said:

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

Hi there,

Our dropdown menu now has a white background without border when hovering.

I would like to ask your help to

1) make a border using the same royal blue color;

2) border style (see attachment, NOT 90 degree sharp corner, but with a bit of round corner);

3) at the top of the drop down menu show a bit of "arrow"

 

Anyone can help with this?

Thanks a lot in advance!! 🙂😇

 

Screen Shot 2021-11-04 at 1.04.25 PM.png

Add to Design > Custom CSS

div.header-nav-folder-content {
    background-color: #f4f4f4 !important;
    border-radius: 5px;
}
/* Folder arrow */
div.header-nav-folder-content:before {
    content: "\e00b";
    font-family: 'squarespace-ui-font';
    transform: rotate(
180deg) translateX(-50%);
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    color: #f4f4f4;
}

 

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
  • 2 weeks later...
On 11/7/2021 at 10:04 AM, tuanphan said:

Add to Design > Custom CSS

div.header-nav-folder-content {
    background-color: #f4f4f4 !important;
    border-radius: 5px;
}
/* Folder arrow */
div.header-nav-folder-content:before {
    content: "\e00b";
    font-family: 'squarespace-ui-font';
    transform: rotate(
180deg) translateX(-50%);
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    color: #f4f4f4;
}

 

Thank you sooo much!

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.