Jump to content

RemyFoxi

Member
  • Posts

    4
  • Joined

  • Last visited

RemyFoxi's Achievements

Level 1

Level 1 (1/20)

1

Reputation

  1. Site URL: https://www.lotushealing.fr/reiki-distance-fr Hello everyone My website looks good on computer, however on mobile, i would like to resize an image with text that has to look like a banner. It has to get bigger Does anyone know how to do? Code block is #block-yui_3_17_2_1_1641414707627_14536 how it is VS how i want it to be (readable)
  2. Site URL: https://www.lotushealing.fr/home-en Hello everyone! My website is broken on mobile and I can't figure out why. It is about the "Bookings" tab in the navigation menu. It shows up and works on computer, but on mobile, it doesn't. This tab belongs to an English section of the website https://www.lotushealing.fr/home-en This is what I have in Design > Custom CSS /*HOVER COLOR*/ .header-nav-wrapper a:hover { color: #78b094 !important; transition: width 1s; } /*LANGUAGE BUTTON ENG*/ .header-nav-item [href*="home-en"] { font-size: 11px; color: white !important; background-color: #78b094; padding: 0.1rem 0.9rem !important; border-radius: 0.9rem } /*LANGUAGE BUTTON FR*/ .header-nav-item [href*="home"] { font-size: 11px; color: white !important; background-color: #78b094; padding: 0.1rem 0.9rem !important; border-radius: 0.9rem } And what i have in the home-en page - used to hide the French Language Navigation Links - used to redirect the homepage button to the right language <style> #header .header-nav-item:nth-child(1) { display:none } #header .header-nav-item:nth-child(2) { display:none } #header .header-nav-item:nth-child(3) { display:none } #header .header-nav-item:nth-child(4) { display:none } #header .header-nav-item:nth-child(5) { display:none } </style> <style> @media screen and (max-width:1511px) { #header .header-menu-nav-item:nth-child(1) { display:none } #header .header-menu-nav-item:nth-child(2) { display:none } #header .header-menu-nav-item:nth-child(3) { display:none } #header .header-menu-nav-item:nth-child(4) { display:none } #header .header-menu-nav-item:nth-child(5) { display:none } } </style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('a#site-title').attr('href','/home-en'); }); </script> Does anyone know how to fix this? Love n blessings ❤️
  3. So good this works, thank you so much @tuanphan! God bless you Also @geglaja, i followed this tutoral for the button Have a good day!
  4. Site URL: https://lotushealingcenter.squarespace.com Hello everyone 🥰! My website has a language switch on the navigation bar FR / ENG My homepage is set to the french one. Is there a way to redirect the main LOGO Link button "Lotus Healing Center" to the english homepage when the visitor is browsing english pages? Here is the link to my website: https://lotushealingcenter.squarespace.com Hope it's not too confusing.. Thank you for your time! Remy
×
×
  • 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.