Hi,
Bulletrpoof theme, blue color set. How to change the color of <b>bold</b> text? Same question for the other color sets.
Regards,
Bulletproof theme, changing the color of <b></b>
Bulletproof theme, changing the color of <b></b>
Ivan Cenov
OKTO-7 Co., Botevgrad
Bulgaria
OKTO-7 Co., Botevgrad
Bulgaria
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
I presume you mean the links, since those are blue, and sometimes bold??
The first is the link color, and the second is the hover color.
The first is the link color, and the second is the hover color.
Code: Select all
a {
color: #1F5F7F;
text-decoration: none;
}
a:hover {
color: #505050;
}=Don=
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
If you use the wysiwyg editor, you can mark text to be any color you want.
If you are not using the wysiwyg editor, and your bold text is ALWAYS enclosed in <b></b> tags, you can add this to blue_style.css, substituting whatever color you want:
If you are not using the wysiwyg editor, and your bold text is ALWAYS enclosed in <b></b> tags, you can add this to blue_style.css, substituting whatever color you want:
Code: Select all
.serendipity_Entry_Date b {color: #999999}=Don=
Hi,
Thanks a lot,
I use WYSIWYG editor, but want all <b>bolds</b> to be with the same color and not to set the color for every one bold piece of text, so
is best for me.
Thanks a lot,
I use WYSIWYG editor, but want all <b>bolds</b> to be with the same color and not to set the color for every one bold piece of text, so
Code: Select all
.serendipity_Entry_Date b {color: #999999}Ivan Cenov
OKTO-7 Co., Botevgrad
Bulgaria
OKTO-7 Co., Botevgrad
Bulgaria
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact: