• Resolved enuak

    (@enuak)


    The color of the Title Font of my price table is displayed incorrectly on the desktop. I have tried different browsers, that is not the problem.
    The Title Font Color is set to white in the settings, it is also displayed correctly in the preview and on the smartphone. Only on the desktop the Title Font Color is strangely shown in a dark gray instead of white.

    • This topic was modified 2 years, 11 months ago by enuak.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Realwebcare

    (@realwebcare)

    Hello enuak, thanks for contacting us. Due to any of your theme/plugin JS file, the font color is overridden. See the screenshot – http://prntscr.com/1l3rsre. You have to override it again manually using the plugin CSS class. The below CSS will override it for this pricing table only. You have to find-out which plugin/theme doing this.

    #another_dogwalking-3 .package_details h2,
    #another_dogwalking-3 .package_details h3 {
        color: #ffffff !important;
    }

    Place this CSS in your theme’s style.css file. Here, #another_dogwalking-3 is the ID only for this pricing table. Different pricing table has different IDs. You have to find-out the ID by inspecting.

    • This reply was modified 2 years, 11 months ago by Realwebcare.
Viewing 1 replies (of 1 total)
  • The topic ‘Title Font Color not shown correctly’ is closed to new replies.