Ability to change quotation mark in front of testimonials?

Home Forums Jevelin Theme Ability to change quotation mark in front of testimonials?

Home Forums Jevelin Theme Ability to change quotation mark in front of testimonials?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • heatherruthcreative
    Participant

    Hi there.  Is there a way to change the quotation mark outlines in front of each of these testimonials to an image?  They unfortunately look too much like the number “9” for my client, so I would like to change this if possible to an image.  Thanks!

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @heatherruthcreative,

     

    Thank you for your question.

     

    You can change it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container i.ti-quote-right {
        background: url("https://www.iconexperience.com/_img/o_collection_png/green_dark_grey/256x256/plain/quotation_mark.png") no-repeat;
        display: block;
        font-size: 0;
        height: 50px;
        width: 50px;
        background-size: 100%;
    }

     

    Please change the image URL in the above CSS code to whatever image you want to set.

     

    Best regards,
    Shufflehound team

    heatherruthcreative
    Participant

    This worked great, thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)