Jump to content

LV-OZ

Circle Member
  • Posts

    53
  • Joined

  • Last visited

Reputation Activity

  1. Like
    LV-OZ got a reaction from sayreambrosio in Linking Folder in MOBILE Navigation Title To a Specific Page   
    Thank you I solved this problem by adding a link as a first item to the folder in the navigation, and then hiding it on desktop only, using this code:
    // DESKTOP - Navigation - remove first nav link in folder on desktop// .header-nav-folder-item.header-nav-folder-item--external { display: none; } .site-wrapper .header-menu .header-menu-nav a:not(.btn) { color: #fff !important; }  
  2. Like
    LV-OZ got a reaction from tuanphan in Linking Folder in MOBILE Navigation Title To a Specific Page   
    Thank you I solved this problem by adding a link as a first item to the folder in the navigation, and then hiding it on desktop only, using this code:
    // DESKTOP - Navigation - remove first nav link in folder on desktop// .header-nav-folder-item.header-nav-folder-item--external { display: none; } .site-wrapper .header-menu .header-menu-nav a:not(.btn) { color: #fff !important; }  
  3. Love
    LV-OZ reacted to tuanphan in Removing underline on drop down navigation - desktop and mobile   
    Try this code
    div.header-nav-item * { background-image: none !important; }  
  4. Love
    LV-OZ got a reaction from IgnitePerth in Changing font size in Collage Image Block   
    Got it. Thank you!! 
  5. Like
    LV-OZ got a reaction from IgnitePerth in Change hover colour throughout a Blog   
    ah! You're the best! Much appreciated! Happy weekend 
  6. Like
    LV-OZ got a reaction from Beyondspace in Accordion Feature on Mobile - reduce spacing between items   
    Amazing. Thanks every so  much!!
  7. Love
    LV-OZ reacted to Beyondspace in Accordion Feature on Mobile - reduce spacing between items   
    CHeck the updated code
  8. Love
    LV-OZ reacted to Beyondspace in Linked Image Blocks won't take you to the linked page   
    You add overlay on the image itself, try to add overlay on <a> tag inside the image so that it still be hoverable
    .image-block .image-linked a:before { content: ""; width: 100%; height: 100%; position: absolute; z-index: 1; top: 0; left: 0; opacity: .1; background: #000; transition: all 0.75s; } .image-block .image-linked:hover a:before { opacity: .8; }
  9. Like
    LV-OZ got a reaction from Beyondspace in Accordion Feature on Mobile - reduce spacing between items   
    Thank you - is there a way to move the text a little to the left?
  10. Like
    LV-OZ got a reaction from Beyondspace in Accordion Feature on Mobile - reduce spacing between items   
    Thank you so much!! That worked perfectly.
    Is there anyway to move the list a little to the left on mobile too?
    Much appreciated!!
  11. Thanks
    LV-OZ reacted to Beyondspace in Accordion Feature on Mobile - reduce spacing between items   
    try
    @media only screen and (max-width: 640px) { section[data-section-id="60e4fcc84880800d38cbff41"] .content__title h4 { margin: 0; } ul.click-reveal { margin: 0; } }
  12. Like
    LV-OZ got a reaction from Beyondspace in Accordion Feature on Mobile - reduce spacing between items   
    Site URL: https://lobster-ray-g42d.squarespace.com/sandalwood-oils/
    Hi There
    I would like to reduce the spacing between the items in my accordion Code Block on https://lobster-ray-g42d.squarespace.com/sandalwood-oils/
    PW: youcanenter
    It looks nice and tight on the desktop version, but it is more spaced  out on the mobile version. Is there a way to adjust that?
    Thank you!
    Louisa
     
×
×
  • 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.