Seller Dashboard Theme Colour Minor Customization Help

MultivendorX Pro

Resolved
Viewing 17 reply threads
  • Author
    Posts
    • #189884
      Chris
      Participant

      Hi support,

      Could you help me to customize the seller dashboard theme colour to match my branding by providing me the related custom css code? I picked Outer Space for now, and would like to ask for a help to change both the blue colours to #f4f3ef and #f3b340. Could you please assist me in this regard?

      Thanks

    • #189887

      Hi @Chris, please share a scrrenshot of the dashboard mentioning where and what color do you want to add.
      So we can assist you accordingly.

    • #189895
      Chris
      Participant
      This reply has been marked as private.
    • #189908

      @Chris, kindly provide the team some time.

    • #190454
      Chris
      Participant

      Hi, is there any update? Thanks

    • #190462

      Kindly share your site access so that our team can add the css for the customization you want . Also do not forget to mark your reply as private while sharing the access.

    • #190603
      Chris
      Participant
      This reply has been marked as private.
    • #190629

      @Chris Yes, Kindly share your admin username and password so that our team can login to your site as admin and add the needed customization .
      Also while sharing the access don’t forget to mark your reply as private .

    • #190655
      Chris
      Participant
      This reply has been marked as private.
    • #190662
      This reply has been marked as private.
    • #190685

      Hi, kindly add the code to reflect the changes :

      add_action('wp', 'vendor_dashboard_custom_css');
      function vendor_dashboard_custom_css() {
      if (is_vendor_dashboard()) { ?>
      <style type="text/css">
      .topbar-left.pull-left.pos-rel {
             background-color: #f4f3ef !important;
         }
      
      .all-booking .mvx_tab.ui-tabs .mvx_booking_tbl tbody .mvx_table_action:hover, .all-booking .mvx_tab.ui-tabs .mvx_booking_tbl tbody strong:hover, .media-body h4.media-heading, .mvx-color-scheme-outer_space_blue .media-body a, .mvx-color-scheme-outer_space_blue .mvx_displaybox2 h3, .mvx-color-scheme-outer_space_blue .navbar-top-links li a:hover, .mvx-color-scheme-outer_space_blue .navbar-top-links li.notification-link a:hover, .mvx-color-scheme-outer_space_blue .navbar-top-links li.notification-link a:hover i, .mvx-color-scheme-outer_space_blue .primary-color, .mvx-color-scheme-outer_space_blue .product-import.mvx_displaybox2m h3, .mvx-color-scheme-outer_space_blue .sidebar.navbar-default ul a.active i, .mvx-color-scheme-outer_space_blue .sidebar.navbar-default ul a:hover i, .mvx-color-scheme-outer_space_blue .staticstics-panel-wrap .panel-body .stat-detail-info i, .mvx-color-scheme-outer_space_blue .transaction-list, .mvx-color-scheme-outer_space_blue a, .mvx-color-scheme-outer_space_blue input[type=checkbox]:checked:before, .mvx-color-scheme-outer_space_blue ul.nav .login-user .dropdown-menu.dropdown-user a:hover, .mvx-color-scheme-outer_space_blue ul.nav .login-user a:hover i, .navbar-top-links li a:hover, .navbar-top-links li.notification-link a:hover, .navbar-top-links li.notification-link a:hover i, .select-product-cat-wrapper .select-cat-step-wrapper .cat-column li a:hover, .select-product-cat-wrapper .select-cat-step-wrapper .cat-column li a:hover:before, .select-product-cat-wrapper .select-cat-step-wrapper .cat-column li.active a, .select-product-cat-wrapper .select-cat-step-wrapper .cat-column li.active a:before, .select-product-cat-wrapper .select-cat-step-wrapper .product-search-wrapper .list-group .list-group-item:hover p, .sidebar.navbar-default ul a.active i, .sidebar.navbar-default ul a:hover i, ul.nav .login-user a:hover i {
         color: #f3b340 !important;
      }
      
      .mvx-color-scheme-outer_space_blue .mvx-vendor-ledger-report-row .bg-ledger, .mvx-color-scheme-outer_space_blue .navbar-default .navbar-toggle .icon-bar, .mvx-color-scheme-outer_space_blue .progress-bar, .mvx-color-scheme-outer_space_blue input[type=radio]:checked:before, .mvx-color-scheme-outer_space_blue table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before, .mvx-color-scheme-outer_space_blue table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before, .pagination li.active a {
         background: #f3b340 !important;
      }
      
      .mvx-color-scheme-outer_space_blue .pagination li.active a {
      background: #f3b340 !important;
      border-color:#f3b340 !important;
      color:#fff !important;
      }
      
      a.btn.btn-default {
         background-color: #f3b340 !important;
         border-color: #f3b340 !important;
         color: #fff !important;
      }
      .navbar-default.sidebar a:focus, .navbar-default.sidebar a:hover, .navbar-default.sidebar ul li a.active {
      color:#fff !important;
      }
      .mvx-color-scheme-outer_space_blue .navbar-default.sidebar a:focus, .mvx-color-scheme-outer_space_blue .navbar-default.sidebar a:hover, .mvx-color-scheme-outer_space_blue .navbar-default.sidebar ul li a.active {
      color:#fff !important;
      }
      </style>
          <?php
      }
      }
      
      Copy
    • #190799
      mohsina.mce13
      Participant

      Hello,
      Can you please share the code for this customization?
      Thanks

    • #190809

      @mohsina.mce13, you can check the above thread now.

    • #190816
      Chris
      Participant
      This reply has been marked as private.
    • #190824
      This reply has been marked as private.
    • #191057

      Hi, just checking are you able to add the additional CSS?

    • #191149
      Chris
      Participant

      Hi, thanks. Yes, I’ve already customized the dashboard and add the additional CSS according to my needs.

    • #191174

      Thanks for the update. We are closing this thread . If you need help or face issues in future please open a new thread.

Viewing 17 reply threads

The topic ‘Seller Dashboard Theme Colour Minor Customization Help’ is closed to new replies.