Home Forums WoodMart support forum skip to navigation buttons in header.

skip to navigation buttons in header.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #711644

    Hello, sometimes there is ”Skip To Navigation” and ”Skip To Main Content” Buttons in header, I cant see any options to remove it. any help?

    Attachments:
    You must be logged in to view attached files.
    #711871

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    These buttons are intended for keyboard-only site navigation when pressing the TAB key and should not be visible to other users. If you see them, it means that for some reason, the styles responsible for hiding them by default are missing. This could be related to plugin or browser cache issues.

    Please try to use the below given CSS code to Theme Settings >> Custom CSS >> Global Custom CSS and check back the behavior again after clearing the CDN. server and the browser cache.

     .wd-skip-links{
    	display: none;
    } 

    Best Regards,

Viewing 2 posts - 1 through 2 (of 2 total)