X

Simple Long Form and custom style: a CSS selectors list

21 janvier 2017

The plugin Simple Long Form, developed for WordPress, permits to use a custom CSS field, at the bottom of the form, to further personalize the style of a longform.

The settings options give already a bunch of possibilities but they are designed for general uses. For a particular purpose (and advanced users), CSS selectors can be retrieved via the source code. They are now documented below for ease. For those who have a bit of trouble with CSS code but who want to dive into it, there are many online resources, including the excellent W3Schools.

Intro

Progress Bar / Fixed Bar

Sections Contents

The custom CSS form field is to be filled out as a style sheet. For example:

.btn {background: # CC0033; padding: 8px; color: #FFFFFF;}
.btn: hover {opacity: 0.8;}

# # #