How to darken text box in slider

  • Author
    Posts
  • #24679
    Brian

    How do I darken the text box on the slider on the presentation page? (aka make it less transparent)
    Thanks!

    #24689
    Jim

    Hi Brian

    If you copy and paste the code below into the custom CSS area within Tempera Misc Settings this should help… basically I have changed the opacity from 0.8 up to 1, where 1 is solid.

    .nivo-caption {
    opacity: 1.00;
    }

    I hope this helps…

    Jim

    #24749
    Brian

    Thanks Jim!

    Exactly what I was looking for.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How to darken text box in slider’ is closed to new replies.