Feature Read More Buttons on Homepage

Discussion in 'BlackBird WordPress Theme' started by peterkhumalo, Oct 21, 2014.

  1. peterkhumalo

    peterkhumalo Member

    Joined:
    Sep 25, 2014
    Messages:
    35
    Likes Received:
    0
    How do I remove just the 3 Feature Read More Buttons on Homepage, so I can return them later when there is info?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature-content-inner .read-more {
    display: none;
    }
    Thanks & Regards
    Pramod
     

Share This Page