• Is it possible to change the default font for the titles / descriptions showing up in the lightbox?
    Can I use CSS?

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

Viewing 1 replies (of 1 total)
  • Hai Laura,

    There is no default font in the plugin. It will use the default font that your theme sets for the body element (which may be different from the one used for post content). But yes, you can use CSS to change title fonts. Like:

    
    #fancybox-title {
      font-family: Arial, sans-serif;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Customise title font’ is closed to new replies.