added light orange
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -230,6 +230,7 @@ class Walker_Nav_Menu_Edit_Custom extends Walker_Nav_Menu | ... | @@ -230,6 +230,7 @@ class Walker_Nav_Menu_Edit_Custom extends Walker_Nav_Menu |
| 230 | <option value="pink" <?php echo $item->custom == 'pink' ? 'selected' : ''; ?>>Pink</option> | 230 | <option value="pink" <?php echo $item->custom == 'pink' ? 'selected' : ''; ?>>Pink</option> |
| 231 | <option value="orange" <?php echo $item->custom == 'orange' ? 'selected' : ''; ?>>Orange</option> | 231 | <option value="orange" <?php echo $item->custom == 'orange' ? 'selected' : ''; ?>>Orange</option> |
| 232 | <option value="brightyellow" <?php echo $item->custom == 'brightyellow' ? 'selected' : ''; ?>>Bright Yellow</option> | 232 | <option value="brightyellow" <?php echo $item->custom == 'brightyellow' ? 'selected' : ''; ?>>Bright Yellow</option> |
| 233 | <option value="light-orange" <?php echo $item->custom == 'light-orange' ? 'selected' : ''; ?>>Light Orange</option> | ||
| 233 | </select> | 234 | </select> |
| 234 | </label> | 235 | </label> |
| 235 | </p> | 236 | </p> | ... | ... |
-
Please register or sign in to post a comment