how do i eliminate the links below the columns on the home page

Discussion in 'Slice WordPress Theme' started by sandradohn, Apr 14, 2015.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    My client wants these not to show.

    Thanks, Sandra

    Here is a pic of this section.
     

    Attached Files:

  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Before pasting the below code do the following steps as shown in image below to remove cufon:

    slice-remove-cufon.png

    Now, Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .page-info .page-item span {
      display: none;
    }
     
    .index-feature .feature-item a{
      display: none;
    }
     
  3. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    I do not understand the part you have sent me a picture of. What do you mean by "comment the highlighted block of code as" . I put the code where you noted and some of the links have been removed but some are still visable. The site is cadnerds.com

    Thanks, Sandra
     
  4. sameerwalkar

    sameerwalkar Guest

    Hi,

    Ok, Put this code as well under (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard :

    Code:
    .page-info .page-item span {
      display: none;
    }
    Hope it will solve your issue.
     

Share This Page