Title: tiitus's Replies | WordPress.org

---

# tiitus

  [  ](https://wordpress.org/support/users/tiitus/)

 *   [Profile](https://wordpress.org/support/users/tiitus/)
 *   [Topics Started](https://wordpress.org/support/users/tiitus/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tiitus/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tiitus/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tiitus/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tiitus/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tiitus/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Slider not on front page – using polylang](https://wordpress.org/support/topic/slider-not-on-front-page-using-polylang/)
 *  Thread Starter [tiitus](https://wordpress.org/support/users/tiitus/)
 * (@tiitus)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/slider-not-on-front-page-using-polylang/#post-11064725)
 * Hello,
 * Also read up on this:
    [https://presscustomizr.com/snippet/using-polylang-customizr-wordpress-theme/](https://presscustomizr.com/snippet/using-polylang-customizr-wordpress-theme/)
 * But this is no longer available?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] change colour of submit button](https://wordpress.org/support/topic/change-colour-of-submit-button-2/)
 *  [tiitus](https://wordpress.org/support/users/tiitus/)
 * (@tiitus)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/change-colour-of-submit-button-2/#post-9965115)
 * Hi Soyd,
 * If the theme provides access to a css section, you can try these bits:
 * The theme has a feature of cf7 skins? if so this is what the selector is:
    `.
   wpcf7-form.cf7skins input[type="submit"] { background-color: red; }`
 * Generic input selectors for the submit:
    `[type=submit], input[name=”YOURBUTTONSNAME”]{
   background-color: red; }`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Conditional required field without the plugin](https://wordpress.org/support/topic/conditional-required-field-without-the-plugin/)
 *  Thread Starter [tiitus](https://wordpress.org/support/users/tiitus/)
 * (@tiitus)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/conditional-required-field-without-the-plugin/#post-9965103)
 * Hello Takayuki,
 * After some fiddling I actually remembered that my checkbox value is not true/
   false(oopsies). So I was just using the wrong value. Seems to be working correctly
   now that I got the checkbox value I was looking for.
    Great snippet of code (
   and even nicer with the custom validations provided by Contact Form 7)
 * 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Suddenly requiring fields](https://wordpress.org/support/topic/suddenly-requiring-fields/)
 *  [tiitus](https://wordpress.org/support/users/tiitus/)
 * (@tiitus)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/suddenly-requiring-fields/#post-9964401)
 * Hi,
 * All the textareas and text fields are not required from what I can see.
 * But maybe check out the documentation about radio buttons:
 * > radio represents a group of radio buttons (<input type=”radio”> in HTML). Note
   > that there is no required version of radio (“radio*”). The reason Contact Form
   > 7 doesn’t provide “radio*” is because a radio button is a required field by
   > nature
 * Maybe you should consider updating the form a tad(if you really have not done
   so in years :o) to meet your needs a bit better?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] change colour of submit button](https://wordpress.org/support/topic/change-colour-of-submit-button-2/)
 *  [tiitus](https://wordpress.org/support/users/tiitus/)
 * (@tiitus)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/change-colour-of-submit-button-2/#post-9964365)
 * Hi,
 * I can’t see if you tried anything on the site…
 * Just the css [type=submit] should be enough to target all the submit types of
   buttons on your site.
 * If you are looking to hit that specific button and nothing else, you can add 
   an id to it in your form code and use that in your css.
 * Also targeting the name is possible in css.
    input[name=”goButton”] where the
   name is your buttons name.

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