Remove Read More Link on Homepage

Discussion in 'Local Business WordPress Theme' started by tpsarkis, May 25, 2016.

  1. tpsarkis

    tpsarkis Member

    Joined:
    Oct 18, 2012
    Messages:
    55
    Likes Received:
    0
    Hi
    In the Local Business Theme, I want to remove the Read More link and just have a short paragraph of text for the 3 sections.
    Can you not have this option built into the theme because it's a real pain.
    How can I do this without being a coder?
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .feature_contentbox a.readmore {
        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