• Resolved gyigit

    (@gyigit)


    When using certain templates, the heading color seems to be using my themes (h1,h2,h3 etc.) color instead of the color I have selected in the hover settings. Is there a workaround for this?

    Examples https://utcs.com/services/ I would like the headings to be white but they are showing in grey black.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Heading Color’ is closed to new replies.