Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #275924
    Christian Rückert
    Participant

    Hello,

    On http://www.beautyofsilence.ch the mouse over color in a menu is all of the sudden the same as the background color. Can you please advise how to change that to another color?

    Thanks.

    Regards,
    Chris

    #275949
    Skandha
    Participant

    @chrisrueckert: Hello Chris,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-navigation a:hover {
    	color: #ffca27;
    }
    .menu-toggle:hover, .menu-toggle:focus, .menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
    	color: #ffca27;
    	border-color: #ffca27;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #275976
    Christian Rückert
    Participant

    Thanks, that solves the first part of the issue.

    The second one is, that the current page title does not appear in the menu. It probably has the same color as the background. Any suggestions on how to fix that?

    Also, more generally speaking: Why are these issues appearing all of a sudden?

    Regards,
    Chris

    #276131
    Skandha
    Participant

    @chrisrueckert: Hello Chris,
    Can you please clarify which page title you are referring to?

    Did you change the colors in the Colors option in the customizer. This might be the reason the colors of elements are clashing and not being visible.

    Kind Regards,
    Skandha

    #276137
    Christian Rückert
    Participant

    I meant the title in the menue of the current page.

    #276144
    Skandha
    Participant

    @chrisrueckert: Hello Chris,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-navigation .current-menu-item > a {
        color: #ffca27;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #276166
    Christian Rückert
    Participant

    Thanks, that worked.

    #276238
    Skandha
    Participant

    @chrisrueckert: Hello Chris, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-fullscreen/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Mouse Over Color in Menu is same as Background Color of Menu’ is closed to new replies.