Jump to content

sdritchey

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by sdritchey

  1. On 10/17/2021 at 6:28 PM, tuanphan said:

    The code missing a symbol. Use this new code

    /* Show Alternate Logo on Hover */
    .header-title-logo a:hover img {
        visibility: hidden;
    }
    .header-title-logo a:hover {
        background-image: url('https://static1.squarespace.com/static/6047e452b051a135f643fdd1/t/6161fbf61030a420258b38ed/1633811446951/logo%2C+text+%28green%29+resized+to+match.png') !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

     

    That did the trick, thank you!

  2. On 10/13/2021 at 12:25 AM, tuanphan said:

    Hi,

    Can you send the code after replacing image url? WE can check easier

    Sure, here is the code I was attempting to use (currently not live on the site since it didn't work):

     

    Quote

    /* Show Alternate Logo on Hover */
    .header-title-logo a:hover img {
        visibility: hidden;
    }
    .header-title-logo a:hover {
        background-image: url('https://static1.squarespace.com/static/6047e452b051a135f643fdd1/t/6161fbf61030a420258b38ed/1633811446951/logo%2C+text+%28green%29+resized+to+match.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

     

×
×
  • 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.