Home Forums Basel support forum How to use white text when using Mask on Image

How to use white text when using Mask on Image

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #74609

    Taiger
    Participant

    How to use white text when using Mask on Image

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

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue

    .blog-design-mask.has-post-thumbnail:not(.format-quote) .entry-title > a {
        color: rgb(255, 255, 255);
    }

    Regards

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