• Resolved Rameshsoft

    (@rameshsoft)


    I need to hide those navigation circles on mobile/tab devices

    I copied files from wp-fullpage/templates into my theme
    I tried on Mytheme/wp-fullpage/jquery.fullpage.custom.css

    @media screen and (min-width:480px){
    #fp-nav .right{
    visibility: hidden;
    }
    }

    But not working. Please help me how to do this?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hide navigation circles on mobile devices?’ is closed to new replies.