Skip to main content

My Custom CSS no longer works

Comments

8 comments

  • KC George

    Hi Clyde,

    Can you please share the URL of the page where you are facing this issue? 

    0
  • Clyde H Ball III

    Sorry, I missed this comment. These photos have always turned to full color on hover. I just updated to the current version of Brizy and it stopped. https://insitustudio.us/

    0
  • Permanently deleted user

    Hello,

    We would like to check this problem from your dashboard. Could you please send us the wp credentials for these sites? I have created a private ticket for this request. You had to receive a notification regarding this by email. Could you send us in that private message the wp credentials to them? 

    Best regards, Nelea.

    0
  • Alejandro Strocen

    Hello, I would like to know what the solution has been so as not to repeat the question.
    I have also broken several custom css when updating.
    Thanks

    0
  • Permanently deleted user

    Hi Alejandro,

    The solution to the above question was that  we changed the selector in the CSS rule and added an !important:

    see please below: 

    .brz-image__gallery-item .brz-image {
    filter: grayscale(100%)!important;
    cursor: pointer;
    transition: all 0.8s ease-in-out;
    }

    .brz-image__gallery-item .brz-image:hover {
    filter: grayscale(0)!important;
    }
    0
  • Clyde H Ball III

    Today is a very important day for our website as we have a press release going out about new work. 

    Please do not edit or adjust anything on the website today, thank you!

    0
  • Alejandro Strocen

    Ok, Thanks Nelea.

    -1
  • KC George

    Hi Clyde,

    Sure; we will not be accessing your server.

    0

Please sign in to leave a comment.