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; }
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
That didn't change anything! Is it possible something else is interfering? Also, I need there to be no icon because its huge, lol!
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
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
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