• Resolved philippf

    (@philippf)


    Hello forum community,

    I have a question regarding the mobile phone navigation bar. If I know the font in the normal navigation (because other colors would not work), unfortunately, I can not change the background in mobile phone navigation to white, because the font is otherwise unreadable. But if I make the font black there, it is readable in the mobile navigator but not on the normal homepage. Is there a way to makethe color of the font on one hand white and in the mobile menu black?

    Thanks in advance!

    Best regards

    Philipp

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    To do this, add the given below custom CSS code:

    @media (min-width:1100px) {
    	.page-id-33 .navbar-custom .navbar-nav li > a, .page-id-29 .navbar-custom .navbar-nav li > a, .page-id-2 .navbar-custom .navbar-nav li > a, .page-id-555 .navbar-custom .navbar-nav li > a {
    		color: #000!important;
    	}
    }
    Thread Starter philippf

    (@philippf)

    Thank you for your prompt reply! I have the code in the custom css column inserted, but unfortunately nothing has changed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font of the navigation in the mobile menu give a different color’ is closed to new replies.