Moved: Reply To: font colour on the lightbox image buttons
-
Hello
Sorry but I have just got one more I have just noticed. The font colour on the lightbox image buttons I need as white to see the button text/icon. I have been doing CSS and I cannot find where I have lost the font colour for this. Its for the top right 4 buttons https://prnt.sc/pvmr4m
I have tried using the below but cannot get it to work
.pswp__button, .pswp__button–zoom {
color: #fff !important;
}
Regards
Hello,
Please try this code:
body .pswp__button, .pswp__button–zoom {
color: #fff !important;
}
If the code does not work, disable maintenance mode or disable the blocking configurations.
Bests Regards
Hello
Thank you. I didn’t manage to get this to work but have gone through my css and found the culprit (.button) and by removing this has fixed the issue.
Regards
That is fine. If you have any questions please feel free to contact us.
Best Regards
The topic ‘Moved: Reply To: font colour on the lightbox image buttons’ is closed to new replies.