• Resolved philippf

    (@philippf)


    Hello together with my website, the navbar does not work completely. In the dropdown menu under “Galerie” the red borders should be above and below with #121212 and in between it should also be #121212. The hover effect over “Galerie” should be #56c72b. In addition, in the mobile view, the entire menu should be in #121212, just with white dividing lines and white font. Can someone help me?

    Thanks!

    Best regards

    Philipp

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

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

    Thanks for contacting us!

    To do this, Go to Appearance >> Customize >> Additional CSS and add the given below custom CSS code:

    .navbar-custom .dropdown-menu > li > a {
        border-bottom: 1px dotted #121212 !important; }
    @media (min-width: 601px){
    .navbar-custom .dropdown .dropdown-menu {
        border-top: 2px solid #121212 !important;
        border-bottom: 2px solid #121212 !important; }}
    .navbar-custom .navbar-nav > li > a:hover, 
    .navbar-custom .navbar-nav .open > a, 
    .navbar-custom .navbar-nav .open > a:hover{
         color: #56c72b !important; }
    @media (max-width: 600px){
    .navbar-custom .navbar-nav {
        background-color: #121212 !important; }
    .navbar-custom .navbar-nav li a {
        border-bottom: 1px dotted #ffffff !important;}}

    I hope it will work for you.

    Thanks
    Rishabh

    • This reply was modified 5 years, 1 month ago by rishi911.
    Thread Starter philippf

    (@philippf)

    Thanks you so much!!

    Best wishes

    Philipp

    Hi,

    Glad to help you!

    If you like our Theme & Support, rate us HERE.

    Thanks:)
    Rishabh

    Thread Starter philippf

    (@philippf)

    I did. Thanks for your help at my site!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Navbar and dropdown menu color change’ is closed to new replies.