Divi Supreme
Divi Supreme
May 28

Divi Supreme 5 - Typing effect

Ok, this is beta testing. I created a typing effect and applied a class to the typing module to do outline text. It applied the class "text-outline" to the outer DIV but the css is not affecting the actual type. <div class="divisupreme_typing_effect_1 divisupreme_typing_effect et_pb_module text-outline"> <div class="et_pb_module_inner"> <h6 class="dsm-typing-effect et_pb_module_header"> <span class="dsm-typing-wrapper"> <span class="dsm-typing-strings"></span> <span class="dsm-typing" data-dsm-typing-strings="Ready|" data-dsm-typing-speed="100ms" data-dsm-typing-backspeed="50ms" data-dsm-typing-backdelay="700ms" data-dsm-typing-loop="on" data-dsm-typing-remove-cursor="off" data-dsm-typing-cursor="|" data-dsm-typing-shuffle="off" data-dsm-typing-viewport="80%" data-dsm-typing-repeat="on">Ready</span> <span class="typed-cursor typed-cursor--blink">|</span> </span> </h6> </div> </div> the Custom CSS is: .text-outline {-webkit-text-stroke: 2px white;}
ClosedClosed