Remove block quote sign from testimonial area

Discussion in 'Infoway WordPress Theme' started by lisatim, Jan 11, 2015.

  1. lisatim

    lisatim New Member

    Joined:
    Dec 17, 2014
    Messages:
    5
    Likes Received:
    0
    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
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    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
     
  3. lisatim

    lisatim New Member

    Joined:
    Dec 17, 2014
    Messages:
    5
    Likes Received:
    0
    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
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    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
     
  5. lisatim

    lisatim New Member

    Joined:
    Dec 17, 2014
    Messages:
    5
    Likes Received:
    0
    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
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    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
     
  7. artcmiami

    artcmiami New Member

    Joined:
    Apr 9, 2015
    Messages:
    1
    Likes Received:
    0
    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
     
  8. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi, artcmiami!

    Please provide us URL of your website.

    Thanks,
    Praveen
     

Share This Page