Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #343928
    Mantu2
    Participant

    Hi,

    I am just trimming my website and Google insights cave me an small notice in Accebility tree. The test failed: Links must have discernible text. header#masthead > div.wrapper > div#mobile-header-left-menu > a#header-left-menu

    So basically it is missing some text to bots and AI to use it. How can I fix this? I’m using a child theme.

    #343929
    minal
    Keymaster

    Hello @Mantu2:

    Add the following CSS snippets to the additional CSS.

    
    #header-left-menu .mobile-menu-text {
       display: block !important:
    }
    

    Go to Dashboard > Appearance > Customizer > Additional CSS then paste your code over there.

    Hope it works for you.

    Sincerely,

    Minal

    #343931
    Mantu2
    Participant

    Hi,

    I tried this, emptied cache, but nothing changed. I do use multisite, perhaps that have something to do with it?

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