• Resolved Rana Rene

    (@rana-rene)


    I don’t seem to be able to effect any changes to the Divi Tooltip Shortcode …ether using your plugin or directly in Custom CSS. I thought maybe you could help me understand why?

    For instance this doesn’t work for me:

    .et-tooltip-box {
    color: #ffffff;
    background-color: #666666;
    }

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

Viewing 1 replies (of 1 total)
  • Plugin Support Andrew Misplon

    (@misplon)

    Hi Rana

    Thanks for getting in touch.

    This is probably a question best suited for Divi support.

    Your rule is being overridden by the following rule:

    .et-learn-more, .et-tabs-container, .tabs-left, .et-simple-slider, .author-shortcodes, .et-tooltip-box {
    color: #201F1F !important;
    text-shadow: none !important;
    }

    You can view the issue by right-clicking on the tooltip and inspecting the markup in your browser console.

    SiteOrigin CSS, unfortunately, doesn’t have a settings-based solution to deal with order of precedence conflicts of this nature at the moment. The tooltip text color is being set by a setting within the Divi framework. Adjusting it from that setting would be best.

Viewing 1 replies (of 1 total)

The topic ‘Divi Tooltip Shortcode’ is closed to new replies.