Remove Read More Buttons from Feature Area

Discussion in 'BizWay WordPress Theme' started by irissalmins1, Jan 17, 2018.

  1. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Can you give me CSS to Remove Read More Buttons from Feature Area and also to change text on button. Not sure which I want to do.

    Thanks for your time.

    Iris Salmins
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove the Read More button from the Feature Area, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .main-content div.read_more {
        display: none;
    }
    And to change the text of the button, We need WordPress admin credentials to configure it.
    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will do the needful.

    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page