Eliminate "Read More" in Feature Sections

Discussion in 'BlackBird WordPress Theme' started by dubloon2, Oct 1, 2015.

  1. dubloon2

    dubloon2 Member

    Joined:
    May 7, 2014
    Messages:
    30
    Likes Received:
    0
    Is there an easy way to disable the "Read More" buttons in the Blackbird Home Page Feature sections, thus limiting the content to only what is visible on the Home page?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    a.read-more {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page