• Resolved jimfrostfrost

    (@jimfrostfrost)


    Hello there,

    Is it possible to change the colour of the overlay that is behind the text (title/caption) when displayed in the lightbox?

    Thanks in advance

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, you can use this in your Custom CSS to give it a darker shade:

    
    #fancybox-title-over {
        background: rgba(0,0,0,.8);
    }
    

    Or for example milky-white with black text:

    
    #fancybox-title-over {
        background: rgba(254,254,254,.6);
        color: #000
    }
    

    Hope that helps 🙂

    Thread Starter jimfrostfrost

    (@jimfrostfrost)

    Perfect

    And many thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lightbox Text Overlay Customising’ is closed to new replies.