I need to find the html id of the menu item called "deltakere2". This is for creating a popup when clicking on that menu item. I would appreciate any help with this.
Pass of the site: 1qaz2wsx
Regards,
Taulant
Freelancer - Project Manager digital solutions. Recently started to explore Squarespace.
My site (not Squarespace):
https://metait.no/
We can give it an ID with jQuery. You have a business or commerce account, correct?
$(document).ready( function() {
$('nav.header-nav-list>div:nth-child(3) a').attr('id', 'Deltakere2');
});
Hey got it to work! Gave the mobile menu item another id and created a new popup module assigned to that id.
You have been so helpful man, thank you, it is much appreciated! Wish you the best.
Question
MetaIT 2
Site URL: https://wedge-tangerine-ac3a.squarespace.com/
I need to find the html id of the menu item called "deltakere2". This is for creating a popup when clicking on that menu item. I would appreciate any help with this.
Pass of the site: 1qaz2wsx
Regards,
Taulant
Freelancer - Project Manager digital solutions. Recently started to explore Squarespace. My site (not Squarespace): https://metait.no/
Link to post
Top Posters For This Question
8
6
1
Popular Days
Aug 7
9
Aug 6
6
Top Posters For This Question
MetaIT 8 posts
rwp 6 posts
tuanphan 1 post
Popular Days
Aug 7 2020
9 posts
Aug 6 2020
6 posts
Popular Posts
rwp
We can give it an ID with jQuery. You have a business or commerce account, correct? $(document).ready( function() { $('nav.header-nav-list>div:nth-child(3) a').attr('id', 'Deltakere2'); });
MetaIT
That is a great idea, and it worked! Thank you sir!
MetaIT
Hey got it to work! Gave the mobile menu item another id and created a new popup module assigned to that id. You have been so helpful man, thank you, it is much appreciated! Wish you the best.
Posted Images
14 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment