WordPress Themes, Plugins and HTML Templates › Forums › Contango WordPress Theme › How To make your post title bold? › Re: How To make your post title bold?
Hello,
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 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]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!