• Resolved luhmanr

    (@luhmanr)


    Using the following code to get both title and description

    $title = esc_attr($photo[‘title’]).'<br/>’.esc_attr($photo[‘description’]);

    Can the font color be changed on one or both of those within the Lightgallery lightbox?

Viewing 1 replies (of 1 total)
  • Yes, assuming you know some CSS. This worked for me in my child-theme. The selector could change depending on your theme and Photonic options. It’s going to affect both Title and Description.

    .lg-sub-html, .lg-sub-html a { 
        color:#ffffff;
    }

    Good luck.

    • This reply was modified 7 years, 6 months ago by godvsgodvs.
Viewing 1 replies (of 1 total)
  • The topic ‘Font color’ is closed to new replies.