Yeah, true! Tight limitations to customize or change anything in WooCommerce Blocks.
I also tried Loco Translate plugin but its not working. I guess I have to stop using WC Blocks for now.
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 5 years, 2 months ago by Dot.
-
This reply was modified 5 years, 2 months ago by Dot.
I have the same problem. Any one?
Thread Starter
Dot
(@dvoy)
Nevermind, I already solved the issue.