Plugin Directory

Changeset 2170470


Ignore:
Timestamp:
10/09/2019 08:49:44 AM (6 years ago)
Author:
wilsos6
Message:

Correct code block in readme. Attempt 2

File:
1 edited

Legend:

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

    r2170458 r2170470  
    227227To change the colors of the labels and fields of the JOTFORM shortcode, add the following CSS to your theme
    228228
    229 <pre><code>
    230 #jot-confirm-header {
     229`#jot-confirm-header {
    231230    color: #3fe316;
    232231}
    233 
    234232label[for="jot-subscribe-name"] {
    235233    color: #ff0000;
    236234}
    237 
    238235#jot-subscribe-name {
    239236    color: #a9a941;
    240237}
    241 
    242238label[for="jot-subscribe-num"] {
    243239    color: #3169d1;
    244240}
    245 
    246241#jot-subscribe-num {
    247242    color: #ff0a51;
    248 }
    249 </code></pre>
     243}`
    250244
    251245
Note: See TracChangeset for help on using the changeset viewer.