Hi there, I'd like to create a background/foreground image box with a paragraph of text which appears on hover. The closest thing to this seems to be the Profile Testimonial content element. But I'd like to get rid of the quote icon, or replace it with one of my own. I'd be really grateful if you could help me do that? Thanks
Hi there, I'd like to create a background/foreground image box with a paragraph of text which appears on hover. The closest thing to this seems to be the Profile Testimonial content element. But I'd like to get rid of the quote icon, or replace it with one of my own. I'd be really grateful if you could help me do that? Thanks
Hello Myron,
Unfortunately this is not possible without creating a new module or changing php.
To remove the quote icon you can add this custom css ( thefox > stying options ) :
.rd_profile_testimonial .tm_quote:before { display:none; }
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
That doesn\'t work. The quote remains. I\'m using the child theme, does that matter?
Hello,
Could you send us a link to the site, or a screenshot of the quote you want to remove.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Come on guys; seriously?
Hello,
Also add this css:
.rd_profile_testimonial .tm_quote::after { display:none;}
That should do the trick.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme