Jump to content

peachanddot

Circle Member
  • Posts

    8
  • Joined

  • Last visited

Reputation Activity

  1. Like
    peachanddot got a reaction from tuanphan in Newsletter form hover text colour change   
    Thanks Tuanphan, I didn't realise but got it fixed now!
  2. Like
    peachanddot reacted to tuanphan in Newsletter form hover text colour change   
    On tablet, I see huge white spacing here.
    Add this to Design > Custom CSS
    /* freebies tablet spacing */ @media screen and (max-width:991px) and (min-width:768px) { div#block-yui_3_17_2_1_1613757506563_7292 { display: none; } div#block-yui_3_17_2_1_1613757506563_15814 { display: none; } }
  3. Like
    peachanddot reacted to Beyondspace in Newsletter form hover text colour change   
    try this
    .newsletter-block .newsletter-form-button:hover { color: #fff !important; }
  4. Like
    peachanddot got a reaction from Beyondspace in Newsletter form hover text colour change   
    Site URL: https://peachanddot.com/
    Hi,
     
    Do you know how to change the hover text for my sign up forms (both can be seen on this page (https://peachanddot.com/freebies) from black to white (so it matches the rest of the buttons on the site). I've managed to change the rest of the buttons with this tweak:
     
    /* BUTTON TEXT TWEAK */
    .sqs-block-button-element{
    color: #ef7b7b !important;
    background: #ffffff !important; background-color: rgba(0, 0, 0, 0) !important;
    border: 2px solid #ef7b7b !important;
    &:hover {
    color: #ffffff!important;
    background: #ef7b7b !important;
    border: 2px solid #ef7b7b !important;
    }}
    .form-wrapper input[type=submit]:hover {
      color: #ffffff !important;
      background-color: #ef7b7b !important;
    }
     
    Thanks!
×
×
  • 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.