Three line navigation menu

Support Area Forums Finesse Three line navigation menu

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://survivortown.com
  • Author
    Posts
  • #37254
    Tony Mormino
    Participant

    I think you helped me with this before. Looking to change the color of the three line navigation menu for mobile apps.

    Thanks! Tony

    #37260
    Bill Robbins
    Moderator

    Good Morning Tony,

    I hope you had a nice Fourth of July. You can change the mobile menu lines and the shopping cart icon’s color if you’d like to. Add this to the Custom CSS in the Advanced section of the Customizer:

    
    a.mobile-menu-link { 
    	color: #000000; 
    }
    
    #mobile-cart-link a.cart-link { 
    	color: #000000; 
    }
    

    The top style there is for the mobile menu’s hamburger icon and the second style is for the cart icon. Change the #000000 to the color you’d like to have there. Let me know if you have any trouble.

    Take care,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Three line navigation menu’ is closed to new replies.