CSS not working after have clicked on filters
-
Hi !
I am trying the free version of vp, and i have to admit it is the best and complete portfolio i have ever seen !After have tried some stuff with taxonomy, i wanted to add some CSS
I want a “hide evertyhing but” behavior on the tilesSo here is my CSS :
.vp-portfolio__items > article{
transition-timing-function: ease;
transition: 0.5s;
}
.vp-portfolio__items:hover > article{
opacity: 0.2;
transition-timing-function: ease;
transition: 0.5s;
}
.vp-portfolio__items:hover > article:hover{
opacity: 1.0;
}It works well at the beginning, but if i click on filter, it doesn’t work anymore. And The only way to make it work back is to refresh the page It doesn’t work if i go back to the “All” filter
As these CSS values shouldn’t change, i don’t understand why it doesn’t work. I have made some borders in the same css editor, both for .vp-portfolio__items and article and it works well…
Do you have any idea on what is the problem ?
Thanks !
The page I need help with: [log in to see the link]
- The topic ‘CSS not working after have clicked on filters’ is closed to new replies.