Remove "Read More..." Label Under Featured Sections

Discussion in 'Local Business WordPress Theme' started by 1stopnonprofitshop, Sep 27, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    I want to remove the "Read More..." label under the 3 featured sections. I want to be able to add my own little button image via html. (I already know the html code on how to add the button image...I just need to get rid of the "Read More..." label.

    www.1stopnonprofitshop.com
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

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