Before you ask please READ THIS

Gallery image descriptions transparent

edited January 2014 in Beach Please Posts: 8
How do I make descriptions of images in my galleries transparent?

What I mean specifically is when I click on an image in a gallery such as this: http://new.angiecrabtree.com/gallery/all-gold-everything-2/ , the description blocks part of the image. I want the description to be transparent so you can see the image through the description.

Comments

  • AirAir
    Posts: 10,970
    Hello

    You can use this custom CSS:

    .jackbox-description-text {
    background-color: rgba(255,255,255,0.5);
    }
    or

    .jackbox-description-text {
    opacity: 0.5;
    }
    With regards.
  • Posts: 8
    You're the man, thank you.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!