• Resolved vianaerich

    (@vianaerich)


    Hello. I was wondering if there is a way to change the font size of the title “Video Gallery”? It’s rather small and I’d like to make it larger and bold.

    Thank you.

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

Viewing 1 replies (of 1 total)
  • Plugin Author plugins360

    (@plugins360)

    You can change the font size using CSS. We suggest adding your custom CSS code in the “Advanced CSS” option of your theme’s customizer panel.

    Example:

    .aiovg .aiovg-title { 
    font-size: 18px; 
    font-weight: bold;
    line-height: 1.5;  
    }
    • This reply was modified 5 years, 10 months ago by plugins360.
Viewing 1 replies (of 1 total)
  • The topic ‘Title font size’ is closed to new replies.