Hello Everyone, I am trying to edit the Sharing label text of Jetpack plugin but having a problem to target specific text for example
in jetpack sharing settings there is an option with input field called
Sharing label
to add text before sharing icons. I have written there
Love it? Share it
here i want to add css style of italic and bold to
Share it
text but cannot do from text field as it not allow html tag. Is there any way i can target this specific share it text using css or function?
Here is piece of code btw with class assigned to that text
<h3 class="sd-title">Love it? Share it</h3>