Change Size And Color Of Quote In Carousel (Revibe) - Question | JoomShaper

Change Size And Color Of Quote In Carousel (Revibe)

W

Wiebe

Template 3 years ago

I would like to change the 'quote "' icon on the Revibe testimonial carousel. I added this in custom.css but to no avail. Can you tell me how I can change the size and color of those "

.sppb-testimonial-carousel-icon { font-size: 30px; color: #5AB6B1;

Kind regards,
Wiebe
0
4 Answers
W
Wiebe
Accepted Answer
3 years ago #830

I used your code and edited this a little bit and now it works!

.sppb-testimonial-carousel-icon {
  font-size: 30px !important;
  color: #5AB6B1 !important;
}

That did the trick, thank you for getting me on track!

1
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #763

Hello Wiebe

Please go to this location: templates\shaper_revibe\sppagebuilder\addons\testimonialpro and in the site.php file on line 38 change fa-quote-right class to any other fontawesome class.

For changing the properties of the icon use this Custom CSS

.sppb-revibe-testimonial .sppb-carousel-icon {
  font-size: 30px !important;
  color: #5AB6B1 !important;
}

Best regards

0
W
Wiebe
Accepted Answer
3 years ago #826

Thank you, I added those lines in the custom.css, that didn't work. Then I added it to the custom css in the style tab inside de testimonial Carousel add-on, also that doesn't work.

I don't have to change the quote into another FA icon, just need to make it smaller and other color. The custom.css is located in /css/custom.css in template shaper_revibe.

Shall I send you a log-in for superuser?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #896

You are awesome

1