Removing items from search result page

Discussion in 'BlackBird WordPress Theme' started by ekim2wheels, Apr 9, 2014.

  1. ekim2wheels

    ekim2wheels New Member

    Joined:
    Mar 14, 2014
    Messages:
    18
    Likes Received:
    0
    Hello,

    How can I remove the items that are indicated in the attached image file?
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
     ul.post_meta {
    display: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. ekim2wheels

    ekim2wheels New Member

    Joined:
    Mar 14, 2014
    Messages:
    18
    Likes Received:
    0
    Thanks. I have a follow-up question: How do I add more space between the search results? Also, can I move the "Read More" to the right side of the search result paragraphs?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For more space open "loop.php" and add </br> tag as shown in the image attached.

    space.png

    To change read more position Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .content-bar .post .post_content .read_more {
    float: right;
    }

    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. ekim2wheels

    ekim2wheels New Member

    Joined:
    Mar 14, 2014
    Messages:
    18
    Likes Received:
    0
    Nitesh,

    The code did not change the position of the "Read More".
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page