• Resolved grafiker69

    (@grafiker69)


    Hi, i just want to change the font color and the font family. I could not found the css under stettings. Is it possible to change that ?

    tanke you

    Grafiker

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    Kindly try adding the following CSS code under the “Appearance => Customize => Additional CSS” menu from your WordPress Admin Dashboard,

    .ayg-thumbnail-title {
        font-size: 18px;
        font-family: "Lato", sans-serif;
        color: #fff;
    }
    
    .ayg-pagination .ayg-btn {    
        background: #fe0000;
        color: #fff;
        text-transform: initial;
    }

    Hope this solved your issue!

    Thread Starter grafiker69

    (@grafiker69)

    Thank you so much, it’s working! Love your plugin big up

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