I want to know how to change the "Bold" color text.
3 posters
Page 1 of 1
I want to know how to change the "Bold" color text.
Hi, is it possible to change the bold text's color? Or does it depend on the theme?
Last edited by Ghost on September 12th 2015, 12:01 am; edited 1 time in total
Guest- Guest
Re: I want to know how to change the "Bold" color text.
Hello,
What do you mean by the 'bold' text's color? If you want to have both bold and colored text, you simply have to select bold, then go and select a color from the SCE Editor.
-Brandon
What do you mean by the 'bold' text's color? If you want to have both bold and colored text, you simply have to select bold, then go and select a color from the SCE Editor.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: I want to know how to change the "Bold" color text.
Hi @Ghost,
Good question. You should actually be able to set a default color for any bold texts. You just need to select the element that changes the font-weight of the text which is usually <strong>.
Try adding the following rule to your stylesheet.
If you want this to affect all bold font globally, use this rule instead :
Good question. You should actually be able to set a default color for any bold texts. You just need to select the element that changes the font-weight of the text which is usually <strong>.
Try adding the following rule to your stylesheet.
- Code:
.postbody strong {
color:#39C;
}
If you want this to affect all bold font globally, use this rule instead :
- Code:
b, strong {
color:#39C;
}
Re: I want to know how to change the "Bold" color text.
lol...sorry for not responding sooner. School related stuff and ty Ange.
Guest- Guest
Re: I want to know how to change the "Bold" color text.
Don't worry about it, you can reply whenever you get the chance ; no rush.
This is solved for you now ?
This is solved for you now ?
Similar topics
» Chat box text color change/shadow change
» How to change the color of this text?
» Change color text
» How can I change the post-color text?
» Change color, image and text.
» How to change the color of this text?
» Change color text
» How can I change the post-color text?
» Change color, image and text.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum