Replies: 0
Hi there! I have an issue that I have been trying to solve for over a whole evening now..
With this code I override the default value “meer informatie” with the custom text “Uitverkocht”.
a.button.product_type_simple {
text-indent: -10000px;
}
a.button.product_type_simple:after {
text-indent: 0px;
float: left;
content: 'Uitverkocht';
width: 100%;
}
The replacement went as expected, but I have a movement of the text to the right when hovering over the button.. I want to get rid of this movement and keep the text “fixed” on the button just like on the PDP:
https://neusjevangeusje.nl/product/kivo-beef-jerkey/
It seems that it is a simple issue, hopefully someone can help me out!