Title: Quote CSS
Last modified: January 21, 2019

---

# Quote CSS

 *  Resolved [mywebmaestro](https://wordpress.org/support/users/mywebmaestro/)
 * (@mywebmaestro)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/quote-css/)
 * I copied the CSS that manages the before and after quotes on the “Modern” template
   to add to the “Bold” template, but I can’t get them to display.
 * .testimonial-content p:before {
    content: “\f10d”; left: -56px; top: 0; } .testimonial-
   content p:after { content: “\f10e”; right: -56px; bottom: 0; } .testimonial-content
   p:before, .testimonial-content p:after { font-family: “FontAwesome”; color: #
   CDCDCD; font-size: 36px; font-style: normal; line-height: 36px; position: absolute;
   width: 36px; }
 * Is there any reason this shouldn’t work? If I switch the template, the quotes
   display fine.

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

 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/quote-css/#post-11116009)
 * Hello [@mywebmaestro](https://wordpress.org/support/users/mywebmaestro/),
 * To display them please add the code like this:
 *     ```
       .strong-view.bold .testimonial-content::before, .strong-view.bold .testimonial-content::after {
           font-family: FontAwesome;
           color: #CDCDCD;
           font-size: 36px;
           font-style: normal;
           line-height: 36px;
           position: absolute;
           width: 36px;
       }
       .strong-view.bold .testimonial-content::after {
           content: '\f10e';
           right: 30px;
           bottom: 0;
       }
       .strong-view.bold .testimonial-content::before {
           content: "\f10d";
           left: 30px;
           top: 0;
       }
       ```
   
 * All the best,
    Mihaela
 *  Thread Starter [mywebmaestro](https://wordpress.org/support/users/mywebmaestro/)
 * (@mywebmaestro)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/quote-css/#post-11119862)
 * I replaced it with the suggested css, but it still shows the blank boxes instead
   of the quotes. :-/ I thought it might be conflicting with the font awesome called
   in for use elsewhere in the theme (menu social icons) but that doesn’t seem to
   create a problem when I have the modern template selected for the testimonials
   so I don’t think it’s that.
 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/quote-css/#post-11120798)
 * Hello [@mywebmaestro](https://wordpress.org/support/users/mywebmaestro/),
 * Would you mind sharing your website’s url so I can take a look? The page with
   the testimonials more specifically.
    The code above worked on my end using a 
   WP default theme.
 * Thank you,
    Mihaela
 *  Thread Starter [mywebmaestro](https://wordpress.org/support/users/mywebmaestro/)
 * (@mywebmaestro)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/quote-css/#post-11123160)
 * The website is not currently live. Is there a way I can get you access without
   posting it here publicly?
 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/quote-css/#post-11126632)
 * Sure, please use our [contact form here](http://machothemes.com/contact-us-now/)
   to do so.
 * Make sure to mention it is related to this ticket.
 * Thank you,
    Mihaela
 *  Thread Starter [mywebmaestro](https://wordpress.org/support/users/mywebmaestro/)
 * (@mywebmaestro)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/quote-css/#post-11127294)
 * Just submitted on the form… thanks
 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/quote-css/#post-11130375)
 * We did not receive your email, [@mywebmaestro](https://wordpress.org/support/users/mywebmaestro/).
   Do you mind giving it another try?
 * In the meantime did you add the code above exactly like I sent it and it still
   did not work?
    Could you please tell me what theme are you using so I can install
   it and test this out.
 * All the best,
    Mihaela
 *  Thread Starter [mywebmaestro](https://wordpress.org/support/users/mywebmaestro/)
 * (@mywebmaestro)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/quote-css/#post-11132613)
 * I’ve submitted it again… got “Your form has been successfully submitted.” (Though
   I noticed the “honeypot” field was showing a border… not sure if the form is 
   broken there or not.
 *  Thread Starter [mywebmaestro](https://wordpress.org/support/users/mywebmaestro/)
 * (@mywebmaestro)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/quote-css/#post-11134869)
 * Hm… now they are *sometimes* appearing. Usually when I open up Beaver Builder
   they show, and when I close it, but not then if I reload the page. I’ve tried
   deactivating plugins to see if I can find a conflict, but no luck. It would seem*
   something* is conflicting, but I’m not finding anything in the console so far.
 *  Thread Starter [mywebmaestro](https://wordpress.org/support/users/mywebmaestro/)
 * (@mywebmaestro)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/quote-css/#post-11134920)
 * I switched from showing a standard view to using a slideshow, and they seem to
   appear consistently for that view. Still unsure what the problem is but I’m going
   to go with this for now. Thank you for your time.
 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/quote-css/#post-11138769)
 * Thank you for letting us know, [@mywebmaestro](https://wordpress.org/support/users/mywebmaestro/)!
 *  [izricketts](https://wordpress.org/support/users/izricketts/)
 * (@izricketts)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/quote-css/#post-11157856)
 * Hi there
 * Curiously I have the same issue – the quote marks show up in slider mode but 
   not in masonry mode … when that happens I get the blank boxes. If its any help,
   I’m using Divi as a builder.
 * It would be great if you could take a quick look please my staging site is at:
   [http://strawberries-staging-co-uk.stackstaging.com/testimonials/](http://strawberries-staging-co-uk.stackstaging.com/testimonials/)
 * thanks
    -  This reply was modified 7 years, 2 months ago by [izricketts](https://wordpress.org/support/users/izricketts/).
      Reason: wanted follow up on email!
 *  [izricketts](https://wordpress.org/support/users/izricketts/)
 * (@izricketts)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/quote-css/#post-11175507)
 * Ignore request – I have done it a different way now

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

The topic ‘Quote CSS’ is closed to new replies.

 * ![](https://ps.w.org/strong-testimonials/assets/icon-256x256.png?rev=3134855)
 * [Strong Testimonials](https://wordpress.org/plugins/strong-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/strong-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/strong-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/strong-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/strong-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/strong-testimonials/reviews/)

 * 13 replies
 * 3 participants
 * Last reply from: [izricketts](https://wordpress.org/support/users/izricketts/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/quote-css/#post-11175507)
 * Status: resolved