Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #803219

    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

    #803294

    Hey neonlights79,

    Do you mean the strong tag? If so you can find it under Enfold->Advanced Styling.

    Best regards,
    Rikard

    #803666

    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

    #803691

    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

    #803708

    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

    #803751

    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

    #803784

    Hi Rikard,
    it’s too complicated, I thought that was simply to do.

    Thanks

    #803823

    Hi,

    Try this out:

    <span style="color:pink;">This is pink</span> and this is not.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.