Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @sibivfl

    There’s an option to show the floating links on the specific page on WP Admin -> Floating Links -> Display Settings -> Show on specific pages.

    Alternately you can use the following CSS code to hide the links from homepage.

    .home .floating_next_prev_wrap { display:none; }

    You can add this code from WP Admin -> Appearance -> Customiser -> Additional CSS

    • This reply was modified 1 year, 10 months ago by sjaved.

    If the code above is not working, try adding !important at the end like this:

    .home .floating_next_prev_wrap { display:none !important; }

    • This reply was modified 1 year, 10 months ago by sjaved.
    Thread Starter sibivfl

    (@sibivfl)

    cool, thank you, problem solved.

    Hi. Great plugin. How to hide on other pages, like: about us, contacts,…

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to hide on Homepage?’ is closed to new replies.