• Resolved amaotelo

    (@amaotelo)


    Hello,
    Is there a way to modify the color #6C98E1 by another in the differents zones of Listing Inventory and Single Car Listing?
    Thank’s in advance.
    A.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    Sure, you can use this:

    
    /* For price block */
    .listing-list-loop .content .meta-top .price {
        background-color: green !important;
    }
    /* Video button */
    .listing-list-loop .video-preview {
        background-color: green !IMPORTANT;
    }
    /* "Reset All" button */
    .sidebar-action-units .button {
        background-color: green !important;
    }
    /*For slider */
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background-color: green !IMPORTANT;
    }
    /* Single car price block */
    .single-car-prices {
        background-color: green !IMPORTANT;
    }
    /* Additional Features */
    .stm_single_car_wrapper .stm_single_car_row .stm_single_car_side .stm-single-car-side .stm-single-listing-car-features h3 {
        background-color: green !important;
    }

    Regards

    Thread Starter amaotelo

    (@amaotelo)

    Hi,
    Wonderfull!
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Color choice’ is closed to new replies.