Home Forums Free Themes Blog Page Go down-button

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #101155
    basss27
    Participant

    Hello, is it possible to disable the ‘go-down’-button that appears on mobile and smaller made browsers?

    See: https://imgur.com/W3bcqLh

    #101157
    wensolutions
    Keymaster

    Hello @basss27

    To remove the ‘go-down’ button on mobile and smaller made browsers, please add the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS

    @media screen and (max-width: 1023px){
    	.menu-toggle, .secondary-menu-toggle {
        display: none;
    }
    }

    Hope this helps

    Feel free to reach us for any further query/confusion.

    Regards!

    #101201
    basss27
    Participant

    Thank you very much! It works! 🙂

    #101232
    wensolutions
    Keymaster

    Hello @basss27,

    Glad we could help you.

    Let us know if you have any issues further.

    Also, we would really appreciate if you could help us by rating our theme by following the link below:

    https://wordpress.org/support/theme/blog-page/reviews/

    Thank you.

    #157201
    onlinesim
    Participant

    Thank you!

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