Hey there, I would like to remove the block quote sign from the testimonial area but failed to succeed so far. Could you please help me out here? And where can I set the size of the heading in this section? At the moment the heading is smaller than the actual text. Thanks a lot in advance. Tim
Hi Tim, We have got your concern, Could you please provide us your site URL with some edited screen shots of your issues, so that we can have a detail look over them and provide the exact solution ASAP ? Thanks Praveen
Hey Praveen, unfortunately the site is still under construction. I simply want to remove the testimonial area and replace it with a normal text field if possible. Thanks in advance
Hi lisatim, I am providing you an easy method to add text. First, paste the code given below in custom css. (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard. Code: .testimonial h2 { display: none !important; } .testimonial p { background: none !important; margin-left: -3%; } Now, write your text inside the textimonial area and provide us your requirement regarding text. e.g font-size etc. We will provide you the requied css code. Thanks, Praveen
Dear Praveen, thanks again for your answer. It works perfectly fine. But I decided to remove the testimonial box completely and replace it with a normal blog post if possible. Can you give me a hint on how to remove the testimonial area and bring a featured blog post on the front page. Thanks in advance
Hey lisatim! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .testimonial { display: none !important; } We have already provides a carousel slider in the front page of this theme which contains the blog posts. Thanks, Praveen
Hi, I tried this CSS code but the testimonial block still show. I want to remove it completely. Can you help me please? thank you