Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #858023

    Website: https://www.seotraininglondon.org
    Theme: Enfold 4.1.2

    I have a link in my main navigation menu that uses a style <span style=”color: #ffffff;”>CHECK AVAILABILITY</span>

    The link appears perfectly on the desktop version but is missing completely on the mobile version

    Please advise

    #858092

    Hey richdan,

    Add the following to quick css:

    @media only screen and (max-width: 767px)  {
    #av-burger-menu-ul li a .avia-menu-text span{
    color:#737373!important;
    }}

    Best regards,
    Jordan Shannon

    #858119

    Many thanks – worked perfectly!

    #858125

    Hi,

    Great! I’m glad this was able to get corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Navigation link not showing on mobile’ is closed to new replies.