Jump to content

using CSS filters on member area page

Recommended Posts

Site URL: https://www.mike-sorrentino.com/resources

Hey everyone,

I use the following code on individual pages to invert the color of my white logo when it appears on a white background:

<style>
 .header-title-logo img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1');
  }
</style>

After some research on this forum I identified what could be a solution to do so in the member area as well.

 #sqs-member-access-page-root img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1');
  }

Unfortunately it does not seem to work. Does anyone have any pointers?

Mike

Link to comment
  • Replies 0
  • Views 158
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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.