Font color for description in PhotoSwipe Detail View

Phoca Gallery - image gallery extension
a2zcs
Phoca Member
Phoca Member
Posts: 48
Joined: 09 Apr 2013, 22:14

Font color for description in PhotoSwipe Detail View

Post 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
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9964
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Font color for description in PhotoSwipe Detail View

Post 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
a2zcs
Phoca Member
Phoca Member
Posts: 48
Joined: 09 Apr 2013, 22:14

Re: Font color for description in PhotoSwipe Detail View

Post 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.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9964
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Font color for description in PhotoSwipe Detail View

Post by Benno »

Hi,
see images:

Backend setting;
Image

Frontend result:
Image

Kind regards,
Benno
Post Reply