Hover portfolio

Home Forums Jevelin Theme Hover portfolio

Home Forums Jevelin Theme Hover portfolio

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

    Hi,

    How can i change the blue hover transparancy? See the screenshot what i mean.

     

    The custom CSS don’t work?

    Gr, Marc

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

    HI Marc,

     

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

     

    You can change it 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: #E91E63;
        background: -moz-linear-gradient(45deg, #E91E63 0%, #E91E63 100%);
        background: -webkit-linear-gradient(45deg, #E91E63 0%, #E91E63 100%);
        background: linear-gradient(45deg, #E91E63 0%, #E91E63 100%);
    }

     

    Best regards,
    Shufflehound team

    Bubblescreations
    Participant

    Hi Thanks for you reaction, i could change the colour now. But now i missed the transparancy?

    Could you please share me the page URL from your site where it is displaying so that I can help you?

    Please try changing above shared CSS code as following to make it transparent.

     

    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(233, 30, 99, 0.9) 100%);
        background: -webkit-linear-gradient(45deg, rgba(233, 30, 99, 0.18) 0%, rgba(233, 30, 99, 0.9) 100%);
        background: linear-gradient(45deg, rgba(233, 30, 99, 0.18) 0%, rgba(233, 30, 99, 0.9) 100%);
    }

    Bubblescreations
    Participant

    Hi, i want to change colour agian, and i change it in custom CSS but i still see the current colour.

    http://www.bubblescreations.com

    Could you help?

    Bubblescreations
    Participant

    Have you an reaction how to change the hover colour on portfolio? See screenhot?

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

    Bubblescreations
    Participant

    Hi, do you have an reaction.

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