how do I remove the "read more" from the bottom of the text on the 3 columns on the home page

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Jan 19, 2016.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, I do not want the read more text to show and I do not want these 3 columns to be linked to more content. Please advise. Thanks, Sandra
     
  2. priya

    priya Guest

    Hello Sandra,

    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.wpanch {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page