Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #637722

    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

    #637761

    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

    #637774

    Hum, ok.
    But here is the problem. I don’t know how to target them.

    Can you help me with this?

    #637790

    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

    #637802

    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?

    #638472

    Hi,

    That looks correct except the ID you are using, you need to put a hash infront of it like so:

    #av-masonry-1-item-131 {
    border-width: 5px;
    border-color: #84d611;
    border-style: solid;
    border-radius: 0;
    }

    Best regards,
    Rikard

    • This reply was modified 7 years, 11 months ago by Rikard.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.