Hi @Vitaliy,
sorry to disturb you with this, but I have noticed that on Immersion theme there is a “Black on black” effect on the author’s Bio info window over the article background color. I am referring to the pop-up window which appears when you click over the “Bio+” button (on the Demo you can’t see it).
Do you think it would be possible to change the author pop-up window background color? According to you, which custom.css code should we insert and, also, according to your taste, which color would you choose instead of black?
Thank you and all the best,
Leonardo
To change the color, e.g. to black letters on white background:
.modal-content {
background: #fff;
color: #000;
}
.modal-content .close {
color: #000;
}
.modal-content .close:hover {
color: #000;
}
Think, this should be enough.
If the idea is just to make a contrast, I think changing black background to a shade of dark grey should do (e.g., #333).
1 Like
Dear @Vitaliy,
Thank you very much for this nice solution.
Immersion is my favourite theme!
Best regards,
Leonardo