Photoswipe background color in full screen

Support desk for Multipurpose Quark Theme
GK User
Fri May 15, 2015 6:55 am
How can I change the background color in the Photoswipe gallery in Quark when clicking on an image / going into full screen?
User avatar
Junior Boarder

GK User
Fri May 15, 2015 1:56 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Fri May 15, 2015 5:51 pm
Of course :-) Here it is: http://uneequee.com
If you go into Lookbook or Street Fashion & Beauty and click on any image in the gallery, I would like that background to be dark instead of white. Images stand out really well on a darker background.
Thanks for looking into this :-)
User avatar
Junior Boarder

GK User
Sat May 16, 2015 8:01 am
Please edit: /templates/gk_quark/css/override.css and add at its end:
Code: Select all
.pswp__bg {background: #000 !important;}
.pswp__caption, .pswp__top-bar {
  background: #000 !important;
}
.pswp__ui h3, .pswp__counter, .pswp__ui button, .pswp__button:before {color: #fff !important;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron