Jump to content

bcmarimba

Member
  • Posts

    17
  • Joined

  • Last visited

Reputation Activity

  1. Like
    bcmarimba got a reaction from Adamec in Disable banner video on mobile?   
    perfect thank you again!!
  2. Like
    bcmarimba reacted to tuanphan in Remove project title from grid   
    Add to Design > Custom CSS
    /* Hide portfolio title */ .portfolio-text h3 { opacity: 0; }  
  3. Like
    bcmarimba reacted to tuanphan in Remove project title from grid   
    You mean
    Remove title from 4 images OR
    Initial: hide titles Hover: Show overlay + titles
  4. Thanks
    bcmarimba reacted to tuanphan in How to change logo colour on hover   
    This code for SS 7.0. Your site is 7.1
    Use this new code
    /* show logo on hover */ .header-title-logo a:hover img { visibility: hidden; } .header-title-logo a:hover { background-image: url('https://beaverhero.com/wp-content/uploads/2020/11/lock-screen-countdown-min.png'); background-size: cover; background-repeat: no-repeat; background-position: center center; } I see your site has some other problems.
    1 (Mobile). Some pages have very long content. You can consider adding a back to top button.
    2. Some text over images are difficult to read on mobile (homepage). Do you want to add an overlay background?
    3. (Mobile) Footer logos is too big. Do you want to set to 2 logos/row?
     
     
     
  5. Like
    bcmarimba reacted to tuanphan in How to change logo colour on hover   
    Add to Home > Design > Custom CSS
    /* show logo on hover */ .logo-image:hover img { visibility: hidden; } .logo-image:hover a { background-image: url(https://beaverhero.com/wp-content/uploads/2020/11/work-5382501_640-min.jpg); background-size: contain; background-repeat: no-repeat; background-position: center center; } Replace with your new logo url
×
×
  • 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.