Okay
  Public Ticket #200332
WooCommerce Cart In Nav COLORS
Closed

Comments

  • Ales started the conversation

    Can you please tell me how to change background colour of WooCommerce Cart In Nav.

  •  8,839
    Tahir replied

    Hey Ales!

    Add this into the Custom CSS box located in your Salient Options panel :

    body #header-outer .cart-menu {
        background: #000;
    }
    

    Cheers


    ThemeNectar Support Team