• Resolved MRM-Racing

    (@mrm-racing)


    I am trying to change the font-color of the collapsed drop down menu used on Iphone etc.
    My main menu has white font color and the drop down has white background….

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need this snippet

    Thread Starter MRM-Racing

    (@mrm-racing)

    Thanks Sir, I looked at it again and it did solve my problem with changing background color on the collapsed menu. I could not change the font-color in the collapsed menu only, but since I could change background color it worked instead.

    I used this code ;

    .nav-collapse.tc-hover-menu-wrapper.in.collapse {
    background-color: #000;
    background-image: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the collapsed drop down menu fonts color’ is closed to new replies.