• Resolved colasdestosti

    (@colasdestosti)


    Hello, my video has a thick black background, and it is very hard to see the grey “close” button. Is it possible to change its color?

    Thank you ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, can you share the URL with the video.

    Thank you

    Thread Starter colasdestosti

    (@colasdestosti)

    Of course, thank you for replying.

    The video can be found at https://avotreboncoeur.com . To play the video you need to click on the site logo (the picture of the couple on the center).

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, you can add the following custom CSS to change the text color to white. If you want to use a different color simply add it to the following tag color:.

    .close_link {
    color: #fcf6f6;
    }

    Let me know if this helps you.

    Regards

    Thread Starter colasdestosti

    (@colasdestosti)

    Hi, I tried the code but nothing changes.

    I put it first in the additional css section of my template. Then I tried with the WP Custom CSS plugin. Lastly I tried putting it in the video-lightbox css and the prettyphoto.css Nothing worked.

    Do you have any clues why?
    Thank you for helping.

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, sorry but I forgot to change it into an ID. Try the following. I am sure this will work.

    #close_link {
    color: #fcf6f6;
    }

    Let me know if this helps you.

    Regards

    Thread Starter colasdestosti

    (@colasdestosti)

    That worked, thank you very much!

    Plugin Support mbrsolution

    (@mbrsolution)

    You are most welcome. Can you mark this support thread as resolved.

    Kind regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change color of “close” button’ is closed to new replies.