Jump to content

munaccount

Member
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Like
    munaccount reacted to adifederico in How to target my buttons with css   
    Also, color will only change the text color.  You will have to use background-color if you want to change the button color itself.
    .sqs-block-button:hover {
      background-color: red !important;
    }
     
  2. Like
    munaccount reacted to adifederico in How to target my buttons with css   
    Try using the !important rule. It will override all other CSS specificity selectors.
    .sqs-block-button:hover {
      color: red !important;
    }
    a:hover {
      color:red !important;
    }
     
×
×
  • 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.