[Support request] skip to content & SCROLL BACK TO TOP issue

Home Forums Support [Support request] skip to content & SCROLL BACK TO TOP issue

Home Forums Support skip to content & SCROLL BACK TO TOP issue

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1451609
    max

    Hi how to remove SCROLL BACK TO TOP & skip to content
    that appear at each post in our site
    Please help us to remove it

    #1451647
    Elvin
    Staff
    Customer Support

    You can prevent “Skip to Content” from displaying by adding this css code to your site:

    a.screen-reader-text.skip-link {
        display: none;
    }

    As for the Back to Top button, you can find the option to turn it off/on in Customize > Layout > Footer.

    #1453097
    max

    why we run our site via screaming frog tool
    still appear skip to content link and certain post/content appear scroll back to top
    why?

    #1453100
    Elvin
    Staff
    Customer Support

    I’ve checked your site and I don’t see them anymore on my end.

    You may have to clear your browser cache to see the most recent change to your site.

    #1453103
    max

    this is sample from our source code

    <a class="screen-reader-shortcut" href="https://ourdomain.com/wp-login.php?action=logout&_wpnonce=f7aec68221">Log Keluar</a></div><a class="screen-reader-text skip-link" href="#content" title="Skip to content">Skip to content</a><nav id="mobile-header" class="main-navigation mobile-header-navigation has-branding" itemtype="https://schema.org/SiteNavigationElement" itemscope><div class="inside-navigation grid-container grid-parent">

    #1453104
    max

    we already clear cache

    #1453115
    Elvin
    Staff
    Customer Support

    this is sample from our source code

    Log KeluarSkip to content<nav id=”mobile-header” class=”main-navigation mobile-header-navigation has-branding” itemtype=”https://schema.org/SiteNavigationElement&#8221; itemscope>

    That only appears when you press tab and is logged in as admin.

    Reminder: These are already hidden by default. They only show up when you have them selected with keyboard navigation.

    FYI, I don’t see these links even before I provided you the CSS code.

    It’s not advisable to remove this but if you really must, you can add this css so it really doesn’t show even when you use keyboard navigation.

    a.screen-reader-shortcut{
    display:none;
    }
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.