Home Forums WoodMart support forum Change the color when hovering the mouse over in portfolio

Change the color when hovering the mouse over in portfolio

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #307166

    srsergio
    Participant

    Hello, I searched the forum but did not find the answer.

    I need please that in the portfolio page, when I hover the mouse over it, it does not look black but in another color and the title with the description in another color than white.

    Thanks for all the help you can give me to modify these colors.

    #307325

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .portfolio-entry .portfolio-thumbnail:after {
        background-color: rgba(255,255,255, 0.9);
        opacity: 0;
    }
    body .portfolio-entry .wd-entities-title {
        color: red;
    }

    Please replace the colors as per your needs.

    Best Regards

    #307600

    srsergio
    Participant

    Hello, it worked perfect, thank you very much

    #307647

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for 5 stars rate on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance

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