Tagged: , , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #285169
    #285175

    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

    #285214

    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.

    #285218

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .avia-layerslider { display: none !important; }}

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.