Plugin Author
Richard
(@richardmallick)
Hello,
Thank you for contacting us. Hope you are doing well.
The theme is overwriting the font color. If you need to change the color, add some custom CSS.
.oxi-addons-row .oxi-image-hover-figure-caption .oxi-image-hover-heading font{
color: #fff !important;
}
This code should work. If you face any issues, please let us know in this thread.
Regards,
Richard.
Thread Starter
gyigit
(@gyigit)
I think you are correct about the theme overriding the font color. I tried adding that CSS into the custom CSS tab on Image Hover, but it did not seem to change anything.
Plugin Author
Richard
(@richardmallick)
Hello,
Sorry for the late reply. Hope you are doing well.
In this plugin we are using <font> tag. and your theme has font{ color: #707070 ! Important;}. So your theme is using (! Important) that’s why it is overwriting the color. Hope you are understand.
Thank you,
Regards,
Richard.
Plugin Author
Richard
(@richardmallick)
Hello,
Since it’s been a while since we last heard back from you, we’re going to mark this topic resolved.
If you experience any further difficulties, please feel free to open a new topic.
Thank you!