• Resolved simone.f

    (@simonef)


    Dear developer,

    I request your help once again: is there a way to create individual visual styles for the forms, so that each form has a different background color for the ‘search’ button?

    I can change the color for all the forms by changing background-color in .button and .button:visited, but I’d like to give individual colors.

    best regards,
    Simone

    https://wordpress.org/plugins/ultimate-wp-query-search-filter/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author TC.K

    (@wp_dummy)

    If only the button is what you concerned, then you should try this:

    #uwpqsffrom_357 > .uwpqsf_submit > .usfbtn{background:#000!important}
    #uwpqsffrom_354 > .uwpqsf_submit > .usfbtn{background:red}

    The ‘357’ and ‘354’ is should replaced by your form id.

    If you want to customize the entire form, then you should check this post out. The post show you how to create different search form theme.

    Thread Starter simone.f

    (@simonef)

    Thank you very much!!

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

The topic ‘Styling individual forms’ is closed to new replies.