• Resolved António Valente

    (@webmasterapcom)


    Hi!
    I intend to display the videos in a black background page.

    Is there a way to change font color (or any other solution) in videos titles coming fro youtube?

    I don’t have the pro version yet but I may have in the future so the solution can be for pro version.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author embedplus

    (@embedplus)

    Hi,

    Here are some common css tips for formatting the gallery:

    For title font size (change the percentage to what you wish):

    .epyt-gallery-title {
        font-size: 200% !important;
    }

    For title color:

    .epyt-gallery-title {
        color: #FFFFFF !important;
    }

    Our plugin just inherits the font family of your site. But if you want to change it, just add this line to your CSS:

    font-family: Tahoma;

    For example:

    .epyt-gallery-title {
        font-size: 200% !important;
        font-family: Tahoma;
    }

    [ Signature deleted ]

    • This reply was modified 5 years, 5 months ago by Jan Dembowski.
    Thread Starter António Valente

    (@webmasterapcom)

    Thank you very very much. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change font color’ is closed to new replies.