This one is fine, except for the ” sign in “ETmodules”:
add this css code into Divi > Theme Options > General > Custom CSS field.
.woocommerce .button::after {
font-family: “ETmodules”;
}
So the right one would be like this:
add this css code into Divi > Theme Options > General > Custom CSS field.
.woocommerce .button::after {
font-family: ‘ETmodules’;
}
It worked for me, I hope it helps!
-
This reply was modified 9 years, 7 months ago by metalurgika.