This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

css help requested

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14296
    Jeffrey ZhangNumaphon
    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 ZhangNumaphon
    Participant

    You cannot access this content.

    #14302
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

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

    [html]#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;
    }[/html]

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.