This topic has 4 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #142734
     kjcarleo
    Participant

    Hello,

    Could you please help me finalize the coloring on the shopping cart submenu? I attached a screenshot outlining what colors I want to change.

    Thanks in advance,

    Kevin

     

    Attachments:
    You must be logged in to view attached files.
    #142814
     Radu
    Moderator

    Use this css selector

    COPY CODE
    
    .kleo-main-header .navbar-collapse ul.kleo-toggle-submenu .minicart-header {
    background-color:#0025db;
    color:#FFF;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #142858
     kjcarleo
    Participant

    So sorry but when an item is added to the cart of have color issues again. Any coding for this?

    #142860
     kjcarleo
    Participant

    Attached pic for reference. Also concerned about the button colors.

    Attachments:
    You must be logged in to view attached files.
    #142884
     Radu
    Moderator
    COPY CODE
    
    .minicart-buttons a.btn.btn-default {background: yellow !important;}
    .minicart-buttons a.btn.btn-default span {color:green !important;}
    
    
    .minicart-buttons a.btn.btn-highlight.checkout-button {background-color:red;}
    .minicart-buttons a.btn.btn-highlight.checkout-button span {color:green;}
    
    
    
    ul.kleo-toggle-submenu .minicart-contents {
        background: red;
        color: #fff;
    }
    
    ul.kleo-toggle-submenu .minicart-contents .quick-view.hover-tip {color:#fff;}
    
    .minicart-total-checkout, .minicart-total-checkout > span{color: #fff !important;}
    
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?