BuddyBoss Home – Web Support Forums Themes Boss. theme Code to change color of icons in horizontal sliding menu on mobile to black?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #48811
    @costyclan

    Code to change color of icons in horizontal sliding menu on mobile to black?
    (see attached – currently white on white)

    Answers

    #48826

    Anonymous
    @

    Hi @costyclan
    You can use following codes

    
    #mobile-item-nav #nav-bar-filter li {
      background-color: #000 !important;
    }
    

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Code to change color of icons in horizontal sliding menu on mobile to black?’ is closed to new replies.