JJ001 Posted November 4, 2021 Share Posted November 4, 2021 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!! 🙂😇 Link to comment
Solution tuanphan Posted November 7, 2021 Solution Share Posted November 7, 2021 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!! 🙂😇 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; } JJ001 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
JJ001 Posted November 16, 2021 Author Share Posted November 16, 2021 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment