Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #165659
    Feltfanatic
    Participant

    When my site is viewed with a mobile phone the Menu heading is in a very light grey outline – not very legible.

    The menu itself is also in very light grey and very difficult to read.

    Can you tell me where to change this or the code I need to add.

    http://www.PeterDay.com.au

    Thank you

    #165677
    sapana
    Participant

    @feltfanatic:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    .sb-selector:link, .sb-selector:visited, .sb-selector:hover {
        color:#000000 !important;
    }
    .widget.widget_nav_menu .sb-holder, .sb-options {
        background-color: #000000 !important;
    }

    You can change the color as per your requirement.
    Let me know if this helps you out!
    Kind Regards,
    Sapana

    #165808
    Feltfanatic
    Participant

    @Sapana Thanks thats perfect.

    Is there a way to make the Menu word slightly larger on the mobile menu.

    Thank you

    #165812
    sapana
    Participant

    @feltfanatic: Go to=> Appearance=> Customize=> Additional CSS=> add the following CSS code

    .menu-header-container a {
    font-size: 18px;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile menu’ is closed to new replies.