Logo as seen in trial

Discussion in 'ButterBelly WordPress Theme' started by rochelleneill, Dec 22, 2013.

  1. rochelleneill

    rochelleneill New Member

    Joined:
    Dec 22, 2013
    Messages:
    14
    Likes Received:
    0
    Hi there,
    I have recently upgraded to the paid theme. Before upgrading I was using the free theme and the logo was displayed as the site title and tag-line by default. Now it comes up with the "butterbelly" theme logo. Is it possible to have it appear with the sites title and tagline as it did in the trial.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this
    Please download "headed.php" file attached and replace it with your current header file.
    After that
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    hgroup a {
    font-size: 24px;
    color:your color value;
    }
    Change font size and color according to your requirement.
     

    Attached Files:

  3. rochelleneill

    rochelleneill New Member

    Joined:
    Dec 22, 2013
    Messages:
    14
    Likes Received:
    0
    Can you please tell me where I can change the header file and do you know the default colour and size which was used?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For header file go to the
    Appearance > Editor > header.php
    Replace complete code of header.php with the header file attached in the post above.

    For default color and size paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    hgroup a {
    font-size: 32px;
    color:#CF590B;
    } 

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page