css help requested

This topic contains 2 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 6 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14296
    Jeffrey Zhang
    Numaphon
    Participant

    Could you please help me sort out the css on my form? I just want to put a border around each search setting and make the sliders darker. Would greatly appreciate your assistance.

    Thank you.

    #14297
    Jeffrey Zhang
    Numaphon
    Participant
    You cannot access this content.
    #14302
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    Thank you for the details! I believe this custom CSS should be a good start:

    #ajaxsearchprobsettings1_1.wpdreams_asp_sc form fieldset {
        border: 1px solid #e4e4e4 !important;
        padding: 5px 10px!important;
        box-sizing: border-box;
    }
    
    .noUi-handle {
        background: #d0d0d0 !important;
    }
    
    .noUi-base {
        background: #e8e8e8;
    }
    
    .noUi-target {
        margin-left: 20px !important;
    }
    
    .mCSBap_dragger_bar {
        background: #b1b1b1 !important;
        margin-left: -2px !important;
        border-radius: 4px !important;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


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

You must be logged in to reply to this topic.