Remove "More..."

Discussion in 'Slice WordPress Theme' started by CraigB, Nov 12, 2015.

Thread Status:
Not open for further replies.
  1. CraigB

    CraigB New Member

    Joined:
    Sep 27, 2012
    Messages:
    14
    Likes Received:
    0
    How do I remove "More..." from the columns in the featured areas on the home page?

    Thanks, Craig
     
  2. priya

    priya Guest

    Hello Craig,

    Greetings from InkThemes!

    Could you please provide us URl of your site along with some edited screenshot so that we can assist you accordingly?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. CraigB

    CraigB New Member

    Joined:
    Sep 27, 2012
    Messages:
    14
    Likes Received:
    0
    The site is rasallwork.com and I would like to remove the "More..." from the 3 columns in the first featured area and from the 4 columns in the second featured area.

    Thanks, Craig
     
  4. priya

    priya Guest

    Hello Craig,

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

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. CraigB

    CraigB New Member

    Joined:
    Sep 27, 2012
    Messages:
    14
    Likes Received:
    0
    Resolved. Thanks for your help!
     
Thread Status:
Not open for further replies.

Share This Page