Simon-JustGoodJuju Posted April 3, 2020 Share Posted April 3, 2020 Site URL: https://www.justgoodjuju.com Thanks to Tuanphan's help, I have the Customer Sign-in link renamed on our site and it works great when viewed on desktop. Can anyone give me guidance on how to make the same thing happen on Mobile? Code: /* CUSTOMER ACCOUNT SIGN IN LINK */ .Header-account span.unauth { visibility: hidden; } .Header-account span.unauth:after { visibility: visible; content: "VIP Customer"; } Link to comment
tuanphan Posted April 3, 2020 Share Posted April 3, 2020 The left side is very small, if you insert Vip Customer, the logo will overlap Vip Customer. 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
Simon-JustGoodJuju Posted April 3, 2020 Author Share Posted April 3, 2020 I agree - I will mess around with words and padding and stuff until I get it acceptable - I just don't know how to reference it! Link to comment
tuanphan Posted April 3, 2020 Share Posted April 3, 2020 span.unauth { visibility: hidden; } span.unauth:after { visibility: visible; content: "VIP Customer"; } remove code you used, and insert above code 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
Simon-JustGoodJuju Posted April 3, 2020 Author Share Posted April 3, 2020 Sorry but won't that impact both the Desktop and the Mobile? What I was hoping was to be able to leave the Desktop one exactly as it is and just manipulate the one on the Mobile. Link to comment
tuanphan Posted April 3, 2020 Share Posted April 3, 2020 mobile uses .Mobile-bar.Mobile-bar--top span.unauth { visibility: hidden; } .Mobile-bar.Mobile-bar--top span.unauth:after { visibility: visible; content: "VIP Customer"; } 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
Simon-JustGoodJuju Posted April 3, 2020 Author Share Posted April 3, 2020 you're amazing. Thank you so much Link to comment
inunzi Posted October 14, 2020 Share Posted October 14, 2020 On 4/2/2020 at 9:18 PM, tuanphan said: mobile uses .Mobile-bar.Mobile-bar--top span.unauth { visibility: hidden; } .Mobile-bar.Mobile-bar--top span.unauth:after { visibility: visible; content: "VIP Customer"; } I tried both codes, and they don't work 😞 Link to comment
tuanphan Posted October 16, 2020 Share Posted October 16, 2020 On 10/14/2020 at 11:18 PM, inunzi said: I tried both codes, and they don't work 😞 Can you share site url? We can check easier. 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
inunzi Posted October 16, 2020 Share Posted October 16, 2020 (edited) yeah sure! https://inunzi.squarespace.com/config Edited October 16, 2020 by inunzi Link to comment
tuanphan Posted October 17, 2020 Share Posted October 17, 2020 17 hours ago, inunzi said: yeah sure! https://inunzi.squarespace.com/config Use this CSS .header-menu-nav-item span.unauth { visibility: hidden; } .header-menu-nav-item span.unauth:before { visibility: visible; content: "VIP Customer"; } 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
inunzi Posted October 17, 2020 Share Posted October 17, 2020 (edited) 12 hours ago, tuanphan said: Use this CSS .header-menu-nav-item span.unauth { visibility: hidden; } .header-menu-nav-item span.unauth:before { visibility: visible; content: "VIP Customer"; } The code worked! But the only problem is that the text "VIP LOGIN" is still in my mobile menu 😞. Edited October 17, 2020 by inunzi Link to comment
tuanphan Posted October 17, 2020 Share Posted October 17, 2020 40 minutes ago, inunzi said: The code worked! But the only problem is that the text "VIP LOGIN" is still in my mobile menu 😞. You want to hide or change text? If hide, just remove vip customer code 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
inunzi Posted October 18, 2020 Share Posted October 18, 2020 3 hours ago, tuanphan said: You want to hide or change text? If hide, just remove vip customer code I am trying to have the login link in my header on mobile as well as it is on desktop. Link to comment
tuanphan Posted October 21, 2020 Share Posted October 21, 2020 You mean: move sign link from navigation into header (left of cart icon)? 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
inunzi Posted October 23, 2020 Share Posted October 23, 2020 (edited) On 10/20/2020 at 9:24 PM, tuanphan said: You mean: move sign link from navigation into header (left of cart icon)? Yes correct! @tuanphan (sorry for the tag) Edited October 23, 2020 by inunzi Link to comment
tuanphan Posted October 25, 2020 Share Posted October 25, 2020 On 10/23/2020 at 10:02 PM, inunzi said: Yes correct! @tuanphan (sorry for the tag) Add to Code Injection Footer <script> $(document).ready(function() { $('.header-menu .customerAccountLoginMobile').appendTo('.header-display-mobile .header-actions.header-actions--right'); }); </script> inunzi 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
inunzi Posted October 25, 2020 Share Posted October 25, 2020 (edited) 1 hour ago, tuanphan said: Add to Code Injection Footer <script> $(document).ready(function() { $('.header-menu .customerAccountLoginMobile').appendTo('.header-display-mobile .header-actions.header-actions--right'); }); </script> It works!!! Is there anyway to change the size of the svg icon with css? And also is there anyway to have the svg icon to the left of the bag icon? Because, I tried removing “right” and then adding “left” but it didn’t work 😕 Edited October 25, 2020 by inunzi 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