WordPress Themes, Plugins and HTML Templates › Forums › Contango WordPress Theme › How To make your post title bold?
- This topic has 1 reply, 1 voice, and was last updated 11 years, 3 months ago by admin.
-
AuthorPosts
-
August 6, 2013 at 11:20 pm #350AnonymousGuest
I’m sure this question gets asked a lot, but how can I make my post title bold? Also, how to change the color of a hyperlink. Every thing is red or whatever I select for the Date icon.
August 7, 2013 at 7:23 am #856adminParticipantHello,
how can I make my post title bold?
– Open style.css
– Look for the section “=Type Post”
– Made appropriate changes in the following code..entry-title {
font-size: 28px;
line-height: 30px;
margin-bottom: 8px;
text-transform: uppercase;
font-weight: 400;
border-bottom: solid 1px #2f2f2f;
padding-bottom: 10px;
word-wrap: break-word;
}[/CODE][B]Also, how to change the color of a hyperlink.[/B]
Answer 1:
I will highly recommend to change colors via Appearance > Contango Options > Skin Settings. It will synchronize several other elements of theme as well.
Answer 2:
– Open style.css
– Look for the section “=Links”
– Here is the code[CODE]a,
a:visited {
color: #7ab80e;
text-decoration: none;
}a:hover,
a:focus {
color: #6ea50a;
}[/CODE][B]Every thing is red[/B]
Sorry, i cannot understand this. If you are talking about Skin than you may make your own skin.
[B]whatever I select for the Date icon.[/B]
DesignOrbital themes support Font Awesome. You may select your desired icon from [URL=’http://fortawesome.github.io/Font-Awesome/icons/’%5DFont Awesome[/URL]. Theses icons can be used where-ever available like Services etc.
Thanks![CODE].entry-title {
font-size: 28px;
line-height: 30px;
margin-bottom: 8px;
text-transform: uppercase;
font-weight: 400;
border-bottom: solid 1px #2f2f2f;
padding-bottom: 10px;
word-wrap: break-word;
}[/CODE]Also, how to change the color of a hyperlink.
Answer 1:
I will highly recommend to change colors via Appearance > Contango Options > Skin Settings. It will synchronize several other elements of theme as well.
Answer 2:
– Open style.css
– Look for the section “=Links”
– Here is the codea,
a:visited {
color: #7ab80e;
text-decoration: none;
}a:hover,
a:focus {
color: #6ea50a;
}[/CODE][B]Every thing is red[/B]
Sorry, i cannot understand this. If you are talking about Skin than you may make your own skin.
[B]whatever I select for the Date icon.[/B]
DesignOrbital themes support Font Awesome. You may select your desired icon from [URL=’http://fortawesome.github.io/Font-Awesome/icons/’%5DFont Awesome[/URL]. Theses icons can be used where-ever available like Services etc.
Thanks![CODE]a,
a:visited {
color: #7ab80e;
text-decoration: none;
}a:hover,
a:focus {
color: #6ea50a;
}[/CODE]Every thing is red
Sorry, i cannot understand this. If you are talking about Skin than you may make your own skin.
whatever I select for the Date icon.
DesignOrbital themes support Font Awesome. You may select your desired icon from Font Awesome. Theses icons can be used where-ever available like Services etc.
Thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.