Jump to content

Header button changes color on Mobile

Go to solution Solved by andrewmarshall,

Recommended Posts

  • Replies 2
  • Views 69
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

Add this cod into

@media screen and (max-width: 767px) {
    .header .header-actions-action--cta {
        display: block;
        outline: 2px solid #FF0000; /* Change outline color */
    }

    .header .header-actions-action--cta:hover {
        outline-color: #00FF00; /* Change to a different color on hover */
    }
}

 

  • Solution
Posted
7 hours ago, Squareko said:

Add this cod into

@media screen and (max-width: 767px) {
    .header .header-actions-action--cta {
        display: block;
        outline: 2px solid #FF0000; /* Change outline color */
    }

    .header .header-actions-action--cta:hover {
        outline-color: #00FF00; /* Change to a different color on hover */
    }
}

 

This did not work, instead it puts a red square OVER the button.

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.