My Custom CSS no longer works
Hi, I just updated my Brizy Pro plugin and this custom CSS I have been using no longer works. Any idea why and how to change it back?
I used this to have black and white gallery images and when you hover them it transitions to color.
.brz-image__gallery-item .brz-img {
filter: grayscale(100%);
cursor: pointer;
transition: all 0.8s ease-in-out;
}
.brz-image__gallery-item .brz-img:hover {
filter: grayscale(0);
}
-
Hi Clyde,
Can you please share the URL of the page where you are facing this issue?
0 -
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 -
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 -
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.
Thanks0 -
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 -
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 -
Ok, Thanks Nelea.
-1 -
Hi Clyde,
Sure; we will not be accessing your server.
0
Please sign in to leave a comment.
Comments
8 comments