• Resolved sureshiyengar

    (@sureshiyengar)


    In my Optimizepress WP theme, I have used the same short code for Strong Testimonials on 3 pages. When I applied CSS to the Home page to change the font and style to Cabin italic, it worked. When I used the same short code on two other pages on the site to display the same testimonials, font shows Times New Roman – CSS does not change the font. Support team from OptimizePress checked and informed me that the font is part of the plugin code and thus there isn’t much they could do.

    Strong Testimonials v. 2.51.6
    WP v. 5.8.3

    Please let me know if anyone has a solution.
    Thanks.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @sureshiyengar,

    Thanks for reaching out!
    Please add the following code in Appearance > Customize > Additional CSS:

    .strong-view.wpmtst-modern .wpmtst-testimonial-content p, .strong-view.wpmtst-modern .wpmtst-testimonial-field {
    	font-family: Cabin !important;
    }

    This should fix it!
    Please let me know how it goes.

    Warmly,
    Mihaela

    Thread Starter sureshiyengar

    (@sureshiyengar)

    Thanks @mplusb.

    This code below already works on the Home page: https://www.buexecution.com

    However, same code fails on this page: https://www.buexecution.com/about

    /* testimonial text style */
    .strong-view.wpmtst-modern .wpmtst-testimonial-content p {
      font-style: italic;
    	font-weight: 700 !important;
    	font-family: 'Cabin' !important;
    	color: #000000;
    }

    If you have any other suggestions, please let me know.
    Thanks for your support.

    –Suresh

    From what I can tell you have another code added, this one:

    .strong-view.wpmtst-modern .wpmtst-testimonial-content p {
      font-family: 'Nunito Sans' !important;
    }

    Please remove it from Additional CSS or from where you added both codes and let me know how it goes!

    Warmly,
    Mihaela

    Thread Starter sureshiyengar

    (@sureshiyengar)

    I have removed the referenced CSS from both Theme Options–>Custom Scripts and Additional CSS. Yet, I see that the code shows up in Google Chrome developer mode, where the font is Nunito Sans. Where else can I go to remove it? I have cleared Theme cache as well.

    Apart from that, I wonder why the font is showing up on the page as Times New Roman — not Nunito Sans. It would help if there is another way to remove or reset the Font so that it looks like the Home page. Please let me know. Thank you.

    Thread Starter sureshiyengar

    (@sureshiyengar)

    I found the issue. It was a CSS setting on each page showing up when you use the Theme editor. I had to remove the code there. Now, it shows up as Cabin font on all three pages. Thanks so much for your support, Mihaela.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Font inconsistency on different pages’ is closed to new replies.