Last Updated on July 3, 2019
Stop Button Text From Showing Up Divi Blue
This is from my #diviquicktip CSS snippet series in which I post different quick CSS fixes on my Facebook page whenever I come across some of the most common pesky Divi quirks.
Example:

before
Problem:
Have you ever noticed that even when you have the button text set to white in the customizer sometimes it will still show up Divi’s default blue?? It’s a strange bug that happens on only a few of my Divi sites.

Fix:
If you change the color code just a smidge then the new color will kick in, so I use hex color code #fcfcfc since it’s super close to white. Et voilà!

after
Personally, I use ‘rgba( 255,255,255,0.99)’ witch also works great.
Yes that’s another good one!