Page 1 of 1

Font color for description in PhotoSwipe Detail View

Posted: 14 Mar 2020, 19:46
by a2zcs
How where can I change the font color for the description? It is very hard to read against the dark background of the detail view
Thanks

Re: Font color for description in PhotoSwipe Detail View

Posted: 14 Mar 2020, 21:18
by Benno
Hi,

Code: Select all

.pswp__caption__center {
    color: #CCC;
}
Change color and C&P the code at the end of template.css, custom.css or user.css of your template.

Kind regards,
Benno

Re: Font color for description in PhotoSwipe Detail View

Posted: 17 Mar 2020, 14:20
by a2zcs
Hi Benno,
Thanks, but that seems to be just for the photo title. Looking for the correct way to change the description text color. I did try the code you sent, but it didn't work.

Re: Font color for description in PhotoSwipe Detail View

Posted: 18 Mar 2020, 01:14
by Benno
Hi,
see images:

Backend setting;
Image

Frontend result:
Image

Kind regards,
Benno