would that be the route to do it in?
Image attached are what words I would like to change, and the arrow is just an idea that we decided not to go with
Yeah I looked there but didnt see anything that could be of use.
I attached an image- but the words I would like to change are instead of 'Edit Color' I would like to change it to 'Pick Shirt Color' and 'Edit Sizes' to 'Pick Shirt Size' when you are in the customizing view.
Using the ":after" pseudo element seems like a decent way to handle this. If using ":after" or ":before" causes issues, another way would be to use Javascript. You'd need to use the .innerHTML property. For example:
document.getElementById("id").innerHTML = "new text";
The following user(s) said Thank You: mycompanyapparel
Hi mate, I'm wanting to do the same thing in updating text. Your link for the snippet is broken. Do you have any info you can pass on as to how you got this working??
I would say you are looking at help related to an aolder version of the platform so it isn't liekly to work. Have you tried the Deco Users facebook group for assistance on this?
Hi Adam, thanks for the reply mate.
I didn't personally post there but I saw someone pose a similar question there. A user noted using CSS "psuedo elements". Another post for a similar question ended in the guy having no luck. I'll reach out on there if I have no luck here.
I've had luck doing this in some areas live on the site using inspect in Chrome, but these changes don't seem to work when I put them into the CSS editor.
I dont have experience with CSS editing so I really can't help you there, you might have better luck over on the DNUG which ismore active these days, and if users can't help you there are pro's that also hang out there that might be able to offer assistance.