Form field color

This topic contains 4 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 3 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #40614
    Salman
    Salman
    Participant

    HI

    Please check the screenshot and give the solution for both questions ?
    Screenshot link : https://prnt.sc/xu_hUdYMv5e1

    Thanks

    #40615
    Salman
    Salman
    Participant

    Q-1 How to hide this field from the form but i need this filter functions for this form as default ?
    Q-2 How to color for this fields and add border also ?

    Thanks

    #40631
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    1) Make sure to remove that filter first, I assume it is a taxonomy term filter. If you want to restrict the results to that category only, then check this documentation.

    2) You may need to use custom CSS for that:

    .asp_select2-selection,
    span[class*=asp_select2-selection],
    .asp_select2-search__field,
    .asp_select2-search__field::placeholder,
    div.asp_w.asp_sb.searchsettings input[type=text].asp-number-range,
    div.asp_w.asp_sb.searchsettings input[type=text].asp-number-range::placeholder {
        background: red !important;
        color: white !important;
    }
    
    .asp_select2-selection,
    span[class*=asp_select2-selection],
    .asp_select2-search__field,
    div.asp_w.asp_sb.searchsettings input[type=text].asp-number-range {
        border: 1px solid black !important;
    }
    Best,
    Ernest Marcinko

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


    #40634
    Salman
    Salman
    Participant

    Hi
    How are you ?

    Thank you for your support?

    Q-1 If i add CSS in the instance or theme or Child theme what will happen ?
    Q-2 How i change filed colors(Border, Background, Font colors ) ,margin (Important for me )
    Q-3 Please send me any tutorials or documentation to understand complete setup.?

    Note= I don’t have proper coding knowledge. Sorry for that .

    Thanks

    #40643
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    1. It does not matter, you can use any custom CSS field, there is not difference.

    2. Try adding the margfin, border, backround and font color rules to the custom CSS in my post above, that may do the trick.

    3. Sure – you can check out the complete documentation. It has everything explained in details.

    Best,
    Ernest Marcinko

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


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

You must be logged in to reply to this topic.