How To make your post title bold?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #350
    Anonymous
    Guest

    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.

    #856
    admin
    Participant

    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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.