Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1372198

    On my Computer I have a scroll to top button at the bottom of every page, when on a mobile its gone.
    Can I add this to the child theme, so I also have a scroll to top button to simplify getting to the menu on mobile devices.
    I just started using WP and built my site with Enfold theme and Child, including WooCommerce

    #1372204

    Hey Dave,
    Thanks for the link to your site, to show the scroll top button on mobile please add this css to Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    @media only screen and (max-width: 767px){
    .responsive #top #scroll-top-link {
        display: block;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1372205

    Hi Dave,

    Thanks for contacting us!

    Your website looks great :)

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
        display: block !important;
    }}
    

    For future readers: Please refer to this post – https://kriesi.at/documentation/enfold/footer/#display-scroll-to-top-button-mobile

    Regards,
    Yigit

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