Hi, I dont like how the post previews are displayed as below. The word formatting seems very messy. Is there a way of removing the text from the post preview so that only the 2 coloured buttons are shown? Thanks
Hi Selfmade! Use the css code given below :- Code: .product_content p { display: none !important; } Thanks, Praveen
Thanks Praveen, That worked a treat! The only problem is that now there is a large space. I noticed that on the posts that I havnt modified the text in the buttons there is less space( thats how I would like it too look). How do i fix up the previews to make them look more concise and professional? Thanks heaps
Hello Selfmade! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .product .buttons { margin-top: -180px; } Thanks, Praveen