try to desable cache. Check in enfold -> performance or in widgets that you have install cache plugin
ok i write mu own js and add this to my chiwld theme
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 5 || document.documentElement.scrollTop > 5) {
var x = document.getElementsByClassName("widget clearfix widget_media_image");
var i;
//document.write(x[1]);
for (i=0; i < x.lenght; i++)
{
x[i].style.transform = "scale(0.5)";
}
}
}
Why this function works on click (when i do button) but not on scrol?
To remove social icons try go to
Enfold>Header>Extra Elements and in Header Social Icons set “No social icon”
And to insert contacts you can try Header widget – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
In Quick CSS add
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.avia-testimonial-name {font-size: XXpx;}
}
if not works you can add “!important”