Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10045527
    abdullah
    Participant

    Hi Okler Support

    The dark mode for “ecommerce-form” doesn’t work.

    https://drive.google.com/file/d/1McJIHkKmrBWYqRWs95w44LumvDiZV-mw/view?usp=sharing

    thank you for your support

    best regards
    Abdullah


    #10045535
    Support
    Keymaster

    Hello, the ecommerce forms are not ready for the dark mode, you need to customize it, here’s how to start:

    html.dark .tabs-modern {
    	background: #21262d;
    }
    
    html.dark .tabs-modern .nav .nav-link {
    	color: #FFF;
    	border-bottom: 1px solid #282d36;
    }
    
    html.dark  .tabs-modern .nav .nav-link.active {
    	background: #21262d;
    }
    
    html.dark  .tabs-modern .nav .nav-link > i {
    	color: #FFF;
    }
    
    html.dark .card.card-big-info .card-body > .tabs-modern.row > div[class*="col-"]:first-child {
    	background: #191C21;
    }
    
    html.dark .tabs-modern .control-label {
    	color: #FFF;
    }
    
    html.dark .tabs-modern .form-group + .form-group {
    	border-color:  #282d36;
    }

    #10045541
    abdullah
    Participant

    Thank you it has worked.


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

This topic is marked as "RESOLVED" and can not rceive new replies.