eliamaldire Posted December 11, 2023 Posted December 11, 2023 hello! i m trying to customise the drop down menu for my website. i would like a little underline sketch to appear under the voice you hover on. is there any ways of doing so? (see attachment) thankyou for any help! pietro
tuanphan Posted December 13, 2023 Posted December 13, 2023 Hi, What is your site url? eliamaldire 1 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!)
eliamaldire Posted December 14, 2023 Author Posted December 14, 2023 hi there! www.maldire.com thankyou for looking into this!
tuanphan Posted December 16, 2023 Posted December 16, 2023 On 12/14/2023 at 8:16 PM, eliamaldire said: hi there! www.maldire.com thankyou for looking into this! Hi, Underline these dropdown? 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!)
eliamaldire Posted January 9 Author Posted January 9 hello! yes that is correct! if possible with a line like the picture i added! thankyou
yubrajs Posted January 9 Posted January 9 Hi, Add this code on custom css: For underline .header-nav-folder-item{ text-decoration:underline !important; } For the sketch underline you have to add the sketch image under custom files: Now the custom css be like below: .header-nav-folder-item{ background-image: url("https://static1.squarespace.com/static/658b1188edf10b7411e1d12c/t/659d6aefddd89d0c63a8b892/1704815343613/arrow_up_right.png)") ; background-repeat: repeat-x; background-position: bottom; } tuanphan 1
yubrajs Posted January 9 Posted January 9 Just now, yubrajs said: Hi, Add this code on custom css: For underline .header-nav-folder-item{ text-decoration:underline !important; } For the sketch underline you have to add the sketch image under custom files: Now the custom css be like below: .header-nav-folder-item{ background-image: url("https://static1.squarespace.com/static/658b1188edf10b7411e1d12c/t/659d6aefddd89d0c63a8b892/1704815343613/arrow_up_right.png)") ; background-repeat: repeat-x; background-position: bottom; } Above image url is an example, you have to add your own image path.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment