Jump to content

Remove hover on text link in mobile view only

Recommended Posts

Hi, I'd like to remove the hover effect on this text in mobile view as it doesn't really work. This is the code I've used. Any help would be much appreciated.

section[data-section-id="6346d56cae4aab13f73c607e"]
a{
    color:  #000 !important;
transition:1s;
    }
section[data-section-id="6346d56cae4aab13f73c607e"]
  a:hover {
    color: #50617f!important;
  font-size: 3rem;
    transition:1s;
    }

Thank you in advance

Screenshot 2022-10-18 at 14.15.32.png

Link to comment

No worries, I think I've sorted it. I just wanted to remove the font size change but keep the colour change.

 

@media only screen and (min-width: 640px){section[data-section-id="6346d56cae4aab13f73c607e"]
a{
    color:  #000 !important;
transition:1s;
  }
section[data-section-id="6346d56cae4aab13f73c607e"]
  a:hover {
  font-size: 3rem;
    transition:1s;
  }}

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

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