• Resolved kuspen

    (@kuspen)


    Hey, how can change the color and size of my border and text on my thumnails?

    /Mankan

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Jaime Segura

    (@jaimeimagely)

    Hi @kuspen , I am glad to help,

    You can modify the following code as needed and then place it in Appearance > Customize > Additional CSS

    .ngg-gallery-thumbnail {
        border: 1px solid red !important;
    }
    
    .ngg-gallery-thumbnail span {
        font-size: 90% !important;
        color: red !important;
    }

    Please let me know how it went.

    Thread Starter kuspen

    (@kuspen)

    HI Jaime, it works. Thanks

    /Mankan

    Plugin Support Jaime Segura

    (@jaimeimagely)

    I am glad to hear that. Feel free to open a new thread any time you need help or information.

    Have a good one.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change color on border and text color and size’ is closed to new replies.