Hey guys, how are you doing?
I need your help with some issue and I don’t know even if it’s possible, but is there a way to put borders on portifolio itens? Just like I put on the vídeo at my website.
http://www.clubshowbar.com/inicio
If it’s possible, I want to put borders to my portifolio itens individually. So it will always be one border to every single portifolio post on my front page.
Regards,
Filipe
Hey Filipe!
If you inspect the elements, you can notice that each of those, does have a different selector, as for example
av-masonry-1-item-131
so if you do target them, u will be able to add a border to each element.
Please let us know if that works out for you
Cheers!
Basilis
Hum, ok.
But here is the problem. I don’t know how to target them.
Can you help me with this?
Hi,
You can target the elements when inspecting them using your browser’s dev tool. For example Google Chrome’s dev tools https://developers.google.com/web/tools/chrome-devtools/?hl=en
Best regards,
Jordan
Let me see if I understood.
I need to put this way on Quick CSS:
av-masonry-1-item-131 {
border-width: 5px;
border-color: #84d611;
border-style: solid;
border-radius: 0;
}
Is that right?