Remove Read More Buttons Blackbird

Discussion in 'BlackBird WordPress Theme' started by tonymc87, Apr 13, 2013.

  1. tonymc87

    tonymc87 New Member

    Joined:
    Apr 12, 2013
    Messages:
    3
    Likes Received:
    0
    Hi ,

    I have tried to remove the three read more buttons using code already available in support but it hasn't worked. Can you tell me CSS for removing the three read more buttons on the bottom of the homepage.

    Also is there a way to remove the home top feature box from my main image on Blackbird.

    Thanks

     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .feature-content .read-more{
    display:none;
    }
    2.For your second issue

    We are not getting your issue. Please explain with the help of screenshot, About which area you are talking.
     
  3. tonymc87

    tonymc87 New Member

    Joined:
    Apr 12, 2013
    Messages:
    3
    Likes Received:
    0
    This box on the homepage , how do I remove this from the main image on homepage.
    Thanks
    tony
     

    Attached Files:

  4. 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:
    .flex-caption{
    display:none;
    }
    This will solve your issue.
     
  5. tonymc87

    tonymc87 New Member

    Joined:
    Apr 12, 2013
    Messages:
    3
    Likes Received:
    0
    Thanks for that , got one final question ,

    Can you tell me how to get rid of the Social Links heading in the footer.

    Thanks Again
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    You are talking about footer widget area, Go to the
    Appearance > Widgets
    Drag widgets and drop them in the first, second and third widget area, It will automatically display at your footer.
     

Share This Page