Hi, can you tell me where to find a list of code snippets for adding styling to shortcodes?
I need inline styling as i do not want to make this global on my site.
I’m putting some tooltips on certain words so that they pop up with a translation. I’m using the following bit of code which is working fine but i want to add a dotted underline:
[extra href="#example" title=“Sight words” info=“tooltip” info_place=“top” style=“color: gray;” “font-weight: bold;” info_trigger=“hover”] Kupu Aronga [/extra]are listed so teachers can see at a glance the focus vocabulary for each title.
i found the code on the renew shortcode page which lists “options: style - add inline styles to the shortcode” https://demo.theme.co/renew-1/shortcodes/popovers-and-tooltip/
It took me forever to add in the text colour - everything i can find online isn’t specifically for use inline so i’m literally grabbing little lines of code and trying them out until it eventually works.
thanks,