Title: Divi Tooltip Shortcode
Last modified: July 9, 2023

---

# Divi Tooltip Shortcode

 *  Resolved [Rana Rene](https://wordpress.org/support/users/rana-rene/)
 * (@rana-rene)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/divi-tooltip-shortcode/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdivi-tooltip-shortcode%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/divi-tooltip-shortcode/#post-16881194)
 * 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:
 *     ```wp-block-code
       .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.

 * ![](https://ps.w.org/so-css/assets/icon.svg?rev=2556879)
 * [SiteOrigin CSS](https://wordpress.org/plugins/so-css/)
 * [Support Threads](https://wordpress.org/support/plugin/so-css/)
 * [Active Topics](https://wordpress.org/support/plugin/so-css/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/so-css/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/so-css/reviews/)

## Tags

 * [divi](https://wordpress.org/support/topic-tag/divi/)

 * 1 reply
 * 2 participants
 * Last reply from: [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/divi-tooltip-shortcode/#post-16881194)
 * Status: resolved