Plugin Directory

Changeset 2170492


Ignore:
Timestamp:
10/09/2019 09:24:51 AM (6 years ago)
Author:
wilsos6
Message:

Correct code block in readme. Attempt 3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • joy-of-text/trunk/readme.txt

    r2170470 r2170492  
    225225
    226226= Can I change JOTFORM's colors? =
    227 To change the colors of the labels and fields of the JOTFORM shortcode, add the following CSS to your theme
    228 
    229 `#jot-confirm-header {
    230     color: #3fe316;
    231 }
    232 label[for="jot-subscribe-name"] {
    233     color: #ff0000;
    234 }
    235 #jot-subscribe-name {
    236     color: #a9a941;
    237 }
    238 label[for="jot-subscribe-num"] {
    239     color: #3169d1;
    240 }
    241 #jot-subscribe-num {
    242     color: #ff0a51;
    243 }`
     227To change the colors of the labels and fields of the JOTFORM shortcode, take a look at the custom CSS rules [here](https://www.getcloudsms.com/changing-the-colors-of-the-jotform-shortcode/)
    244228
    245229
Note: See TracChangeset for help on using the changeset viewer.