ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
I was hoping someone would be kind enough as to help me to get yoocarousel to work in my Panacea template. I understand this is not a rocketheme extension but I would love the help as my css skills are quite poor.
I am drawing into yoocarousel 4 articles which are not displaying correctly. It seems as if the yoo module is shrinking the text and stripping the email address of its blue color. Otherwise, it looks like the layout of each article remains intact.
I would like to have yoocarousel not alter my content in any way. Is this possible?
Don't have access to the Module, but even a quick look with FireBug shows:
div.basic div.yoo-carousel li a:link, div.basic div.yoo-carousel li a:visited {
color:#969696; <<<< This is the text color for the e-mail link, change it to any color you like
text-decoration:none;