Home Forums WoodMart support forum Moved: Reply To: font colour on the lightbox image buttons

Moved: Reply To: font colour on the lightbox image buttons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #156416

    epicsm
    Participant

    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

    #156464

    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

    #156622

    epicsm
    Participant

    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

    #156661

    That is fine. If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Moved: Reply To: font colour on the lightbox image buttons’ is closed to new replies.