mobile version of menu

  • Unknown's avatar

    Hi
    Just new to this but on the mobile versions of our web site with the menu, once you select a page the actual writing goes dark so you can no longer see that menu item.
    Works fine on the desk top version as it is a different menu format and not a drop down menu.

    http://www.dafworldtour.com

    The blog I need help with is: (visible only to logged in users)

  • Hi there!

    Did you add custom CSS to your website?

    I see this code which is not present in my test website-

    a:hover, a:focus, a:active, a, a:visited, .entry-title a:hover, .entry-title a:focus, .entry-title a:active, .page-title a:hover, .page-title a:focus, .page-title a:active {
        color: #0f0f0f;
    }

    Please remove this CSS from the CSS Editor in My Sites → Customize → CSS in your blog dashboard.
    or set the color to inherit in the above code.

    Let me know if it works for you.

  • Unknown's avatar

    Hi
    I have no idea what CSS code is so that might answer the question did I use CSS code.

    I’ll give what you suggest a try

    thanks

  • Unknown's avatar

    I honestly couldn’t find that same script anywhere on my site. Not sure where you found it but i don’t see any CSS script.

  • Sorry for the confusion.

    That code is part of the theme.
    I am also facing the same issue on my test site.

    If you’re on a Premium plan, adding the following CSS code should solve the problem for now-

    a:hover, a:focus, a:active, a, a:visited, .entry-title a:hover, .entry-title a:focus, .entry-title a:active, .page-title a:hover, .page-title a:focus, .page-title a:active {
        color: inherit;
    }

    https://en.support.wordpress.com/custom-css/

    I am also tagging modlook on this thread so that the staff can check this out for you.

  • Hi there,

    This looks like a bug, so I’ve reported it to our developers to take a look.

    For now please try the CSS fix @yamphoenix provided above. Go to My Site ->Customize and click on Custom CSS. Add that code on a new line in the edit box you’ll see there, and click Publish at the top of the page.

    Let us know if that also doesn’t work.

  • Unknown's avatar
  • The topic ‘mobile version of menu’ is closed to new replies.