Tagged: bold
-
AuthorPosts
-
October 7, 2013 at 10:15 pm #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 pagesOctober 7, 2013 at 10:22 pm #171892Hey 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,
YigitOctober 7, 2013 at 10:23 pm #171894thanks,
was duplicate because an error from your page, sorry for thatOctober 7, 2013 at 10:31 pm #171904October 8, 2013 at 12:07 am #171963still 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?
thanksOctober 8, 2013 at 12:11 am #171968Hello!
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!
YigitOctober 8, 2013 at 12:18 am #171976October 8, 2013 at 12:37 am #171984Salut!
<b> tags should be < strong> tags. Can you post the link to your post page?
Regards,
Yigit- This reply was modified 11 years, 1 month ago by Yigit.
October 8, 2013 at 12:42 am #171988ok
demo linkalso is change footer “latest news” color
October 8, 2013 at 12:47 am #171993yes, 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 formatingOctober 8, 2013 at 12:57 am #171997Hi!
Please add following code to Quick CSS
.single-post b, .blog b { color: black!important; } #footer .single-post strong { color: red!important; }
Regards,
YigitOctober 8, 2013 at 1:00 am #171998works great.
you are great, best support forum i ever meet :)
thanks so much.October 8, 2013 at 1:06 am #172002Hi!
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 guessCheers!
YigitOctober 8, 2013 at 11:14 am #172141i 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?October 8, 2013 at 12:18 pm #172163Hey!
Following should do it
#footer strong { color: red!important; }
Best regards,
YigitOctober 8, 2013 at 12:27 pm #172175yes, thanks again
-
AuthorPosts
- The topic ‘change bold color for posts only?’ is closed to new replies.