Your account expired support, please renew to get your support.

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #27898
    Dogoloco
    Support Expired

    Hi, I would like to change the color of the following menu: https://paste.pics/IV5VX and these buttons: https://paste.pics/IV5W9 , can you help me? Thank you

    David

    #27990
    This reply has been marked as private.
    #27998
    Dogoloco
    Support Expired

    Thank you, is it also possible to individually change the color of the “cart – wishlist – account” buttons and also their related “notification counter”?
    The same goes for the colors of the “.header-2” menu.

    Thank you,
    David

    #28031

    Yes, you can separate each attribute to customize the CSS:

    
    //Background header 2
    .header-2 .header-bottom {
    background-color: #your-color;
    }
    
    //Background vertical 
    menu.vertical-navigation .vertical-navigation-header{
    background-color: #your-color;
    }
    
    //Wishlist count
    .site-header-wishlist .header-wishlist .count{
    background-color: #your-color;
    	
    }
    
    //Cart count
    .site-header-cart .cart-contents .count{
    background-color: #your-color;	
    }
    
    //Account
    .site-header-account{
    background-color: #your-color;
    }
    
    //Wishlist
    .site-header-wishlist{
    background-color: #your-color;
    }
    
    //Cart
    .site-header-cart .cart-contents:before{
    background-color: #your-color;
    }
    #29978
    Dogoloco
    Support Expired

    Hi, I would like to change the hover color of the menu buttons in the screenshot: https://prnt.sc/wm6PFsk_JGGa

    Greetings,
    David

    #29997

    Hello,

    I can’t connect to your site, please recheck: https://prnt.sc/t2JngJ-UCyR2

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.