remove bullet points when search

Discussion in 'Compass WordPress Theme' started by crystal0811, Apr 6, 2015.

  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    If you search for something on this website there are 4 bullet points that show up. Is there a way to remove those? This link should show an example of what I am talking about.

    http://cyndistrid.com/?s=glass
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

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

    Code:
    .post_content ul.post_meta {
      list-style: none;
    }
     
  3. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Here is the link.
    http://cyndistrid.com/category/cyndis-blog/

    The image is a square on the blog list page, so it squishes the image. When you click on the actual post, it is the correct rectangle size. My client doesn't want it to be a squished into a square.
     
  4. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    That didn't work.
     
  5. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey, Crystal0811!

    1> Remove 4 bullet points :-

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

    Code:
    ul.post_meta li span {
      display: none !important;
    }
    2>Could you please provide us some edited screenshot/video of your issue regarding square on the blog list page so that we can assist you accordingly?
    In case you are unable to create a screenshot, you can follow the link http://www.screenpresso.com/ which will help you to create screenshot/video easily.

    Kindest regards,
    Praveen
     

Share This Page