Portfolio

Home Forums Jevelin Theme Portfolio

Home Forums Jevelin Theme Portfolio

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • voituski
    Participant

    Dear,

     

    I need a help. I´m trying to hide some itens on portfolio images, but i don´t know how. Could you tell me what i need to do to change this itens?

     

    I will clarify on images.

     

    If you want to see my site:

     

    http://www.ceogroup.com.br/ceogroup2018

     

    Thanks!

     

     

     

    Attachments:
    You must be logged in to view attached files.

    Hi @voituski,

     

    I hope you are well today and thank you for your question.

     

    You can hide them by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-portfolio-overlay a.sh-overlay-item.sh-table-cell:last-child {
        display: none;
    }
    
    .sh-portfolio-overlay a.sh-overlay-item .sh-overlay-item-container {
        right: 33%;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)