Home › Forums › CSS › Site wide Copyright Symbol Styling › Re: Site wide Copyright Symbol Styling
June 20, 2013 at 3:32 pm
#139649
Member
I doubt if there is any css selector that can target specific text (unless it’s wrapped in an element).
Pretty sure JS could do it by searching for a specific string which this is and replacing the it something (I’m absolutely no authority on JS).
Perhaps a one-time script or app that could do a run-through and replace them all in one go that might be an option and then your could proceed from there with the new string from then on.
EDIT: