Change hover images portfolio

Home Forums Jevelin Theme Change hover images portfolio

Home Forums Jevelin Theme Change hover images portfolio

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Bubblescreations
    Participant

    Hi i want to change the hover images of portfolio? But the custom code you provide me doesn’t work.

    See previous conversation. https://support.shufflehound.com/forums/topic/hover-portfolio/#post-60772

    Site is live on http://www.bubblescreations.com

    Could you help.

    Hi @Bubblescreations,

     

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

     

    You can achieve its hover color 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

     

    body #page-container .sh-portfolio-fancy-itemc-container a.sh-portfolio-fancy-item-overlay-bg {
        background: rgba(233, 30, 99, 0.18);
        background: -moz-linear-gradient(45deg, rgba(233, 30, 99, 0.18) 0%, rgba(30, 233, 204, 0.9) 100%);
        background: -webkit-linear-gradient(45deg, rgba(233, 30, 99, 0.18) 0%, rgba(30, 233, 231, 0.9) 100%);
        background: linear-gradient(45deg, rgba(233, 30, 99, 0.18) 0%, rgba(30, 233, 222, 0.9) 100%);
    }

     

    Best regards,
    Shufflehound team

    Bubblescreations
    Participant

    Hi,

    I change the custom CC but nothing happend?

    See screenshot:

    Gr, Marc

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

    You are not using the exact CSS code that I have shared with you above.

     

    Why have you added the shared CSS code inside @media query?

     

    Bubblescreations
    Participant

    I tried again, see screenshot. But it is still pink.

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

    It seems now you are using shared CSS code on multiple locations of your website causing the problem so please make sure you are only using it on the below path.

     

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

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