Slider makes text pulse (Joomla)

tmadmin
3 Posts
tmadmin posted this 28 May 2015

Hi There,

Been working on a site ricklambemusic.co.uk , and the slider seems to make the text in the other module positions pulse thinner and thicker with the slider animation?

This appears to only happen in Safari. Any ideas?

Cheers
Tez

Hi There, Been working on a site ricklambemusic.co.uk , and the slider seems to make the text in the other module positions pulse thinner and thicker with the slider animation? This appears to only happen in Safari. Any ideas? Cheers Tez
Vote to pay developers attention to this features or issue.
2 Comments
Order By: Standard | Newest
Support Team posted this 29 May 2015

Hello

This is Safari related issue. Please try adding the following code to the theme Settings in Themler >> Additional CSS:

*
{
-webkit-font-smoothing: antialiased;
}

This should help.

Thank you,
Olivia

Hello This is Safari related issue. Please try adding the following code to the theme Settings in Themler >> Additional CSS: <pre> * { -webkit-font-smoothing: antialiased; } </pre> This should help. Thank you, Olivia
tmadmin
3 Posts
tmadmin posted this 01 June 2015

Yes, that has definitely done the trick. I thank you very much Olivia for your time and expertise :)

Kind Regards

Yes, that has definitely done the trick. I thank you very much Olivia for your time and expertise :) Kind Regards
You must log in or register to leave comments