Support » Plugin: WordPress Gallery Plugin - NextGEN Gallery » Sidebar Widget – Title – Font Size

  • Resolved apfelcash

    (@apfelcash)


    Hello, I need your help. I want to adjust the title in the NGG Sidebar Widget to the font settings of my theme. NGG title name has a different font and font size than other titles in my sidebar. How can I implement this? I’m grateful for any help. Sorry for my bad english.

    Many greetings

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

    (@imagely)

    Hi @apfelcash,

    NGG’s widget title uses the regular WP’s .widget-title class so it normally should inherit the theme’s style but you can also try to style it using custom CSS:

    .ngg_images .widget-title {
        color: red !important;
    }
    Thread Starter apfelcash

    (@apfelcash)

    Hi @imagely

    Works perfect Many thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar Widget – Title – Font Size’ is closed to new replies.