Read the statement by Michael Teeuw here.
Make compliments_plus bold
-
How do I make the compliments bold, I tried the following in custom.css to no avail. What makes the text bold?
.compliments_plus { display: bold; font-weight: bold } -
This doesn’t work either
display: inline-block -
@swvalenti this =>
.compliments_plus .pre-line { font-weight: bold; }You can also change colors under same custom.css like this ->
.compliments_plus .pre-line { font-weight: bold; color: white;OR you can even change color of icon and font at the same time =>
.compliments_plus .pre-line { font-weight: bold; color: white; } .compliments_plus .wi, .compliments_plus .fa { color: yellow; }OR just one at a time =>
.compliments_plus .pre-line { font-weight: bold; color: white; } .compliments_plus .fa { color: yellow; } .compliments_plus .wi, { color: green; }Hope that helps :)
-
@cowboysdude said in Make compliments_plus bold:
.compliments_plus .pre-line {
font-weight: bold;
}You are the man as usual thanks for much for taking the time to help and explain. You rock it worked just like you said!
-
@swvalenti Glad you got it working :) Enjoy my friend.
-
This post is deleted!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login