This works for me but not in IE browser
span.wc-block-components-button__text {
visibility: hidden;
}
span.wc-block-components-button__text::before {
content: “Proceed to Registration”;
}
span.wc-block-components-button__text::before {
visibility: visible;
position: absolute;
top:16px;
bottom:0;
margin:auto;
margin-left:-10px;
color:#FFF;
}
-
This reply was modified 4 years, 1 month ago by Dot.
-
This reply was modified 4 years, 1 month ago by Dot.