Viewing 8 replies - 1 through 8 (of 8 total)
  • anonymized-13171256

    (@anonymized-13171256)

    Hi,

    Thanks! Sorry for not responding sooner. I sometimes don’t get the email notifications for new forum posts.

    The font size and color is set by your theme. You can usually override that with some custom CSS like:

    .testimonial-content {
      font-size: 14px;
      color: #333;
    }

    Or you may need to include p for paragraphs:

    .testimonial-content p {
      font-size: 14px;
      color: #333;
    }

    Here’s a great custom CSS plugin, if you need:
    https://ww.wp.xz.cn/plugins/simple-custom-css/

    Fade is hardcoded as the only option for now. Sliding text was not working consistently well due to the other style properties.

    Thread Starter Rik0399

    (@rik0399)

    Hi Chris,

    Thanks for that,

    here is what I am trying to achieve (still learning CSS)

    Main text comment :
    .testimonial-content p {
    font-size: 20px;
    color: #ffffff;
    }

    Comment Heading :
    (Currently showing as black, want white/bold)

    testimonial-heading p {
    font-size: 20px;
    color: #ffffff;
    }

    Comment Name/Signature :
    (Currently showing as black, want white/bold)
    ?????

    Regards,

    anonymized-13171256

    (@anonymized-13171256)

    Moderator: I’m still not getting follow-up notifications even though I’ve subscribed to the topic and “Notify me of follow-up posts via email” is checked.

    anonymized-13171256

    (@anonymized-13171256)

    Rik0399,

    Is that CSS not working? You may need to increase the specificity like:

    .strong-view .testimonial-content p {
      font-size: 20px;
      color: #ffffff;
    }

    Can you post a link so I can see what’s going on? Or at least tell me what theme you’re using?

    Moderator Marius L. J.

    (@clorith)

    @cdillon27

    You won’t get email notifications if a post is caught in the spamfilters.

    We highly recommend following your forums using the RSS feed option over the email notifications for this purpose.

    Thread Starter Rik0399

    (@rik0399)

    Hi Chris,

    Thanks for that,

    Have an addy so I can send you a link?

    Thread Starter Rik0399

    (@rik0399)

    Hi Chris,

    Tried :

    }
    .strong-view .testimonial-heading p {
    font-size: 20px;
    color: #ffffff;
    }
    .strong-view .testimonial-content p {
    font-size: 20px;
    color: #ffffff;
    }

    Also, how to align the name tag to the left?

    Regards

    anonymized-13171256

    (@anonymized-13171256)

    Let’s open a support ticket at https://www.wpmission.com/submit-ticket/

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Very Good Plugin’ is closed to new replies.