Changeset 2170470
- Timestamp:
- 10/09/2019 08:49:44 AM (6 years ago)
- File:
-
- 1 edited
-
joy-of-text/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
joy-of-text/trunk/readme.txt
r2170458 r2170470 227 227 To change the colors of the labels and fields of the JOTFORM shortcode, add the following CSS to your theme 228 228 229 <pre><code> 230 #jot-confirm-header { 229 `#jot-confirm-header { 231 230 color: #3fe316; 232 231 } 233 234 232 label[for="jot-subscribe-name"] { 235 233 color: #ff0000; 236 234 } 237 238 235 #jot-subscribe-name { 239 236 color: #a9a941; 240 237 } 241 242 238 label[for="jot-subscribe-num"] { 243 239 color: #3169d1; 244 240 } 245 246 241 #jot-subscribe-num { 247 242 color: #ff0a51; 248 } 249 </code></pre> 243 }` 250 244 251 245
Note: See TracChangeset
for help on using the changeset viewer.