Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #261152
    Kent Hirsch
    Participant

    hirschproduktion.se
    Testimonials / Custom Post Type

    Nice that you can have testimonials rolling on the first page with a small picture. However, I have some wishes:
    – Some write longer testimonials than others. That’s why I chose “Show Excerpt”, but where can you read the rest of the text?

    – I use a dark theme and would like a lighter, maybe white background for testimonials. How do I get it?

    – The title of each testimonial is too small, how do I make it bigger? And change the color?

    #261267
    Skandha
    Participant

    @hirschan: Hello there,

    The link issue in the testimonial will be fixed in the upcoming update.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To have a light background for testimonial */
    #testimonial-section {
        background-color: #999;
    }
    /* To increase the font size of testimonial title
    #testimonial-section article .entry-title {
        font-size: 25px;
    }

    You can change the color and font size according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #261295
    Kent Hirsch
    Participant

    Thanks. When you get the time, please take a look at videohead that behave strangely in Safari, poor responsive function.
    Kind regards,
    Kent

    #261286
    bbramlitt
    Participant

    I am trying to display testimonials by adding a new testimonial and then going to the testimonials section under theme options. I select the number of testimonials and then adding the testimonial I just created, unfortunately, it is not reading from the testimonials list, it is reading from the “posts” page.

    #261462
    Skandha
    Participant

    @bbramlitt: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Testimonials’ is closed to new replies.