Hello,
I found two more issues that I cannot solve myself.
1) logo is not showing correctly on mobile site (I am using safari Iphone 5)
2) The footer options in Enfold menu don’t seem to be working. I selected ‘show only socket’ and I still see the footer. Is there custom CSS I can use?
Hey vhgb!
1- Please adjust the logo code we suggested earlier and add it inside media queries as following
@media only screen and (min-width: 990px) {
/* code we posted goes here */
}
2- Please add following code to Quick CSS
#footer { display: none !important; }
Cheers!
Yigit
Thanks. Actually I managed to remove the footer by editing the front page and choose ‘hide footer show socket) on the right hand menu. It seems that the enfold settings dashboard only hides the footer on all pages but not the front page.
One new question (and I have looked around the forum before I posted this). How can I hide the slider on mobile phones? The font is too small to be read. Thanks.