Tagged: bold color
Hi,
I want to change my bold color into #d600b2. I try to find this function in Enfold Options theme but I didn’t found it.
Thanks
Luigina
Hey neonlights79,
Do you mean the strong tag? If so you can find it under Enfold->Advanced Styling.
Best regards,
Rikard
Hi Rikard,
no it’s not a strong tag. I try to modify the color of this tag but change the color of blog title.
Let me explain you better: when I write a post and I want to highlight words inside the text I want them to be colored:#d600b2.
Now I’m writing my blog post before on Pages and after I paste it in WordPress to have this color.
I hope I was clear.
Thanks
Hi,
I’m not sure I understand, but how about this:
add this around the words you want to be pink in your editor in “Text” mode:
<span class="pink"> Your Words </span>
Add this code in the General Styling > Quick CSS field:
.pink {color: #d600b2 !important; }
Best regards,
Mike
Hi Mike,
I’ll explain you what I want. For example this is a phrase of my blog post:
I want to go to Venice
If I change the color of strong tag in #d600b2 my post title are in this color and I don’t like it. I want to write some words in my post in bold but in another color such as #d600b2.
I hope I was clear
Thanks
Hi,
Thanks for the feedback, then I would suggest you try out what Mike suggested. It should help you achieve what you are looking for.
Best regards,
Rikard
Hi Rikard,
it’s too complicated, I thought that was simply to do.
Thanks