Headline on front page showing twice?

Discussion in 'BlackBird WordPress Theme' started by iamjro, Mar 9, 2013.

Thread Status:
Not open for further replies.
  1. iamjro

    iamjro New Member

    Joined:
    Jan 30, 2013
    Messages:
    5
    Likes Received:
    0
    Hi

    I have recently upgraded to blackbird pro and am still having a problem with my homepage in that the title of my first post shows up twice? I am a novice user with no experience of html so update my site in the visual mode only.

    Also I am pretty disappointed that there is no option in pro to change the background colour of the footer to black or am I just missing this?

    Please help me to rectify this.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. iamjro

    iamjro New Member

    Joined:
    Jan 30, 2013
    Messages:
    5
    Likes Received:
    0
    Theeverydayman.co.uk
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    I have seen your website and i have not found any issue regarding repeated title. So please specify your issue with the help of screenshot images that where you have the repeated title.
    If you want to change the background color of footer to black then paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .footer-wrapper {
    background-color: black;
    }
    .footer {
    background: transparent;
    }
    
    This will solve your issue.
     
  5. ebusdk

    ebusdk Member

    Joined:
    May 14, 2012
    Messages:
    40
    Likes Received:
    1
    Location:
    Denmark
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .page-heading h1{
    display:none;
    }
     
  7. ebusdk

    ebusdk Member

    Joined:
    May 14, 2012
    Messages:
    40
    Likes Received:
    1
    Location:
    Denmark
Thread Status:
Not open for further replies.

Share This Page