I’m About to Solve A Tiny Big Problem
I know the following image may give some of you nightmares…but take a good look because it may be the last time you see it! Due to popular demand and constant frustration, I am going to show you how to hide or move the pesky little text style popup thingy.

I only know of one good use case for this, changing the text color of a word or phrase within a sentence. But even that can be added in a few seconds with a span tag. I don’t see any value for having this, and since Elegant Themes has not made a button to turn this off, that’s where I come in to solve it instead. If you never want to see this thing again, simply place the CSS snippet below into your website.
If you are using our free Divi child theme, place this snippet into the style.css file. Otherwise, place this in your Divi>Theme Options>Custom CSS code box. If you need help, check out our complete guide on Where To Add Custom Code In Divi.
/*hide Divi Builder text style popover*/
.et-db #et-boc .et-fb-popover--inverse.et-fb-popover--arrow {
display: none;
}
Awesome fix! Thanks
Sure, you are welcome! It’s very useful to me.
Perfect!
Thanks Fred, glad you like it!