Jump to content

inconsistent buttons on newsletter for

Go to solution Solved by Lesum,

Recommended Posts

  • Replies 2
  • Views 978
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

  • Solution

@Bankie Hi! The issue seems to be caused by some custom code added to the gallery page. Locate this block of code in the custom CSS section of your gallery pages.

span {
    background: #000;
    bottom: 0;
    color: #FFFFFF;
    display: none;
    max-height: 100px;
    opacity: 0.65;
    overflow: hidden;
    padding: 0 2px;
    position: absolute;
    width: 100px;
}

And replace this block of code with the following:

span:not(.newsletter-form-button-label) {
    background: #000;
    bottom: 0;
    color: #FFFFFF;
    display: none;
    max-height: 100px;
    opacity: 0.65;
    overflow: hidden;
    padding: 0 2px;
    position: absolute;
    width: 100px;
}

 

If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. 

Sam
Web Developer & Digital Designer

 Did you find my contribution helpful? Buy me a coffee?

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.