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
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; }
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.
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