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

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

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