Stumped styling fonts in Lightbox
-
Unfortunately my site is still staging, so I can’t share a link. I’ve added some custom css to my child theme’s style.css file to change various bits in your Photo Gallery, but unfortunately I can’t get the title and description items in the Lightbox view to work. Below is the css I’m using. Any suggestions what I’m doing wrong?
Thanks.
.bwg_image {
background: (#ffffff, .80);
border-radius: .4rem;}.bwg_image_title { font-family: "Helvetica Neue", Helvetica, sans-serif !important; font-size: 1.2rem !important; font-weight: bold; color: #333 !important;} .bwg_image_description { font-family: "Helvetica Neue", Helvetica, sans-serif !important; color: #333 !important;}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Stumped styling fonts in Lightbox’ is closed to new replies.