I have an Arhitekton theme. Currently, I have chosen Design Agency as the Home page. I manage the Latest projects section and I want each project to have its own different hover. How to do it? I want each project to have its own hover and it would not be a color, but some design photo of that project according to the color of the project. Now I can only put one hover on all projects. Thank you
Didn't help. Maybe You didn't understand my question? I want to be able to choose a separate photo type hover for each product. Like in this website https://www.kivitasosepat.fi/
Hello
I have an Arhitekton theme. Currently, I have chosen Design Agency as the Home page. I manage the Latest projects section and I want each project to have its own different hover. How to do it? I want each project to have its own hover and it would not be a color, but some design photo of that project according to the color of the project. Now I can only put one hover on all projects. Thank you
Hi Auke,
In that one, I believe you need some Custom CSS.
See, the nth-child(1), that represents the first item and so on.
.l-posts-wrapper .selector:nth-child(1) .o-neuron-hover-holder__header__overlay { background-color: your_color !important; } .l-posts-wrapper .selector:nth-child(2) .o-neuron-hover-holder__header__overlay { background-color: your_color !important; }Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Thank You, I will try.
Didn't help. Maybe You didn't understand my question? I want to be able to choose a separate photo type hover for each product. Like in this website https://www.kivitasosepat.fi/
Hi Aukse,
That requires some extra work on that, since it is not covered by the theme itself.
- https://prnt.sc/sqks0a
.l-posts-wrapper .selector:nth-child(1) .o-neuron-hover-holder__header__overlay {
background: url('https://placehold.it/500x500');
background-position: center center;
}
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.