Remove additional info from search results

Discussion in 'RoadFighter WordPress Theme' started by mandied_dunbarton, Mar 9, 2017.

  1. mandied_dunbarton

    mandied_dunbarton New Member

    Joined:
    Sep 17, 2015
    Messages:
    19
    Likes Received:
    0
    I am trying to make my search results a more seamless view: I would like it to just be the title. But I can not find how to format the search results page. I've attached a screen shot. I would like to be able to remove the area that is:
    •26
    •Apr
    Continue reading
    •dunbarton

    • No comments

    ETA: I tried adding the following code into my custom CSS. I found it in another thread, but unfortunately is not working for me:

    ul.post_meta {
    display: none;
    }


    Screen Shot 2017-03-09 at 10.30.16 AM.png
     
    Last edited: Mar 9, 2017
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    To remove that information from there, you need to paste the below custom CSS code in Dahshboard->Appearance->Theme Options->Styling settings->Custom CSS field.
    Code:
    .post_date, .post_meta {
        display: none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. mandied_dunbarton

    mandied_dunbarton New Member

    Joined:
    Sep 17, 2015
    Messages:
    19
    Likes Received:
    0
    That didn't change anything! Is it possible something else is interfering? Also, I need there to be no icon because its huge, lol!
     

    Attached Files:

    Last edited: Mar 10, 2017
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    Could you please allow us to check your site?

    Kindly, share your WordPress admin credentials at [email protected] along with this thread URL:

    WordPress site login URL:
    WordPress admin username:
    WordPress admin password:

    I will check and do the needful.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. mandied_dunbarton

    mandied_dunbarton New Member

    Joined:
    Sep 17, 2015
    Messages:
    19
    Likes Received:
    0
    I just sent it! thank you!
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Greetings from InkThemes,

    I am glad to inform you that- Your issue has been fixed, Kindly visit your site and acknowledge us for the same.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  7. mandied_dunbarton

    mandied_dunbarton New Member

    Joined:
    Sep 17, 2015
    Messages:
    19
    Likes Received:
    0
    Last issue, is there any way to make the icon for the pdfs smaller? The thing is huge! :(
     
  8. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    For that, you can use below custom CSS code in custom CSS field
    Code:
    .content-bar img {
         height: 60px;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page