Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #171886

    can i change the bold color but only for text from posts?
    i found this on forum: strong { color: black!important; }
    works, but change all bolds, and i want only for text from posts pages

    #171892

    Hey mmi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .blog strong { color: black!important; }
    .single-post strong { color: black!important; }

    Best regards,
    Yigit

    #171894

    thanks,
    was duplicate because an error from your page, sorry for that

    #171904

    Hello!

    It is ok :) You are welcome

    Cheers!
    Yigit

    #171963

    still is a problem with this code, because is working only if i bold the text from editor, if i copy the text from word with allready bold not working. it shows the defauld color for blod.

    any help?
    thanks

    #171968

    Hello!

    Please edit that content and on Text tab http://i.imgur.com/R2CFImU.jpg check if the content you copied has span color such as

    <span style="color: #ff6600;">Click</span> here

    Cheers!
    Yigit

    #171976

    no is not.

    text mode

    post

    i paste in visual editor, to keep formating

    #171984

    Salut!

    <b> tags should be < strong> tags. Can you post the link to your post page?

    Regards,
    Yigit

    • This reply was modified 10 years, 9 months ago by Yigit.
    #171988

    ok
    demo link

    also is change footer “latest news” color

    #171993

    yes, the problem is because word paste the “b” tag not strong

    but how can i paste the the text from word with correct tag?
    and keep formating

    #171997

    Hi!

    Please add following code to Quick CSS

    .single-post b, .blog b { color: black!important; }
    #footer .single-post strong { color: red!important; }

    Regards,
    Yigit

    #171998

    works great.
    you are great, best support forum i ever meet :)
    thanks so much.

    #172002

    Hi!

    You are welcome, mmi, glad we could help :)
    I do not think that it is possible to copy from Word with strong tag. If you are using some rich text editor, you can try to paste it there first, then search and replace all b tags with strong tags. That would be the easiest way to do it i guess

    Cheers!
    Yigit

    #172141

    i found the solution to work bold from editor and paste from document:

    .single-post b, .blog b { color: black!important; }
    .single-post strong, .blog strong { color: black!important; }

    but if iuse this footer post title is still black
    how can i chnage back footer post title to white?

    #172163

    Hey!

    Following should do it

    #footer strong { color: red!important; }

    Best regards,
    Yigit

    #172175

    yes, thanks again

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘change bold color for posts only?’ is closed to new replies.