• Resolved earthmusik

    (@earthmusik)


    I love this plugin!
    Am just trying to italicize select fields.
    The page referred to aboue is pud, but not yet a part of the site’s menu.
    Would like to italicize both the name and location fields.
    Is that possible?

    Still using this simple view layout, is it possible to include quotes around the testimonials as well?

    Lastly, is it possible to reduce the space between testimonials?

    Thanks so much.

    • This topic was modified 6 years, 10 months ago by earthmusik.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Try this. If your theme does not include Font Awesome, I recommend Better Font Awesome.

    .et_pb_section .strong-view.simple .testimonial-client * {
        font-style: italic;
    }
    .et_pb_section .strong-view.simple .testimonial-content p:before,
    .et_pb_section .strong-view.simple .testimonial-content p:after {
        font-family: FontAwesome;
        color: #FFF;
    }
    .et_pb_section .strong-view.simple .testimonial-content p:before {
        content: "\f10d";
        margin-right: 0.5em;
    }
    .et_pb_section .strong-view.simple .testimonial-content p:after {
        content: "\f10e";
        margin-left: 0.5em;
    }

    Lastly, is it possible to reduce the space between testimonials?

    I don’t understand. Can you be more specific?

    Thread Starter earthmusik

    (@earthmusik)

    Thanks Chris! The italics part worked great, but see no quotation marks. I just installed Better Font Awesome, but no luck yet…

    Any thoughts as to what I may have missed here? Anything in the setup of Better Font Awesome?

    Thanks so much!

    • This reply was modified 6 years, 10 months ago by earthmusik.
    Plugin Contributor Chris Dillon

    (@cdillon27)

    Yes, you need to load FontAwesome or another icon font. The plugin includes FontAwesome but for customizations like this I recommend loading it elsewhere, especially with Divi.

    Thread Starter earthmusik

    (@earthmusik)

    hmmm … well, still no luck, and I’m really not quite sure how to deal with it other than as a plugin. Wishing I was more fluent with all of this, but sadly, not so …

    thanks so much

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Do you want to keep trying or are you giving up?

    Thread Starter earthmusik

    (@earthmusik)

    of course I want to get this right! I just have limited knowledge, and it’s frustrating.

    I can’t seem to get the text centered either, although it rests in a text module that is set to be text-centered. Not really sure why that’s happening.

    Plugin Contributor Chris Dillon

    (@cdillon27)

    I see the original link no longer works. Success with CSS in complex themes like Divi is often a matter of trial and error. If you want more help, feel free to start a ticket at https://support.strongplugins.com/new-ticket.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Italicize Field’ is closed to new replies.