I’ve done some research and discovered that the Elementor “Post Comment” widget used on the Single Post template page is actually controlled by the theme. So in my case, GeneratePress. I’m trying to use CSS to make all my buttons automatically consistent across the entire site, regardless of what plugin or form, etc. creates the button. I’ve hit a wall trying to make the comment submit button on the single post do what I’d like.
It’s simple really (I thought). I just want to add a →
at the end of the button text. I’ve been able to style the button using CSS and tried to add this bit of code via a pseudo class element (::after). But it’s not working. So now I figure I need to add some code via a child theme functions file or code snippet.
Can you tell me what I need to do to make this work?? THANKS!