Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #99710
    Winfried
    Participant

    Hello everyone
    I am using parallax pro on my homepage lisseck.com. If you have a look at the page you will see that the menu button is initialized with white color. If you push it one time on the right upper side (invisible) ist will become red. It seems that this button should be initialized in red at once.

    With kind regards
    Winfried Lisseck

    #99729
    Mahesh
    Keymaster

    @compyfox: By default, the menu bar is white and on hover and focus it is red. Since you have white background, the button seems to be invisible. If you do want to make it red, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .mobile-menu-anchor a.genericon-menu {
        color: #e8554e;
    }

    Regards,
    Mahesh

    #99741
    Winfried
    Participant

    Hello Mahest

    Thank you very much. This fixed my problem.
    Great support.

    Winfried

    #99747
    Mahesh
    Keymaster

    @compyfox: Than you for your appreciation. Have a nice day!

    Regards,
    Mahesh

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