Home Forums WoodMart support forum Portfolio Overlay Text Color

Portfolio Overlay Text Color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #475146

    paul-2426
    Participant

    Hi, I would like to know how to change the text color of the overlay on the portfolio element. It is currently black, and I would like it to be white (to make it more visible).

    #475526

    Hello,

    I have submitted the case to our developers for checking we will get back to you in the nearest future.

    If you have any questions please feel free to contact us.

    Best Regards

    #475943

    Hello,

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

    html .portfolio-entry .portfolio-thumbnail:after {
      background-color: rgba(255,255,255,0.6);
    }
    
    html .portfolio-hover .entry-thumbnail {
    --color-gray-800: #333;
    --color-gray-500: #777;
    }
    
    html .portfolio-hover .portfolio-info {
    --wd-text-color: #777;
    }

    Best Regards

    #475948

    paul-2426
    Participant

    Thank you for fixing this

    #476201

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Portfolio Overlay Text Color’ is closed to new replies.