Disable Background Fade In Effect

Posted in: Newsmag
Post count: 11

Hello,

How do you disable the background fade in effect? Specifically the effect that fades in the set background image

Post count: 6600

Hi,

You can set this value to zero: http://screencast.com/t/HI3ojxfCZPBi

Thanks

Post count: 21

Is there a way to disable the fade effect for the background image with the latest update?

Post count: 6535

Hi

The theme code was changed but you can try this css in theme panbel > custom code > custom css, it should work fine:

.td-backstretch{
transition: 0s!important;
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.