carousel.php
3 years ago
general.php
2 weeks ago
get-shortcodes.php
3 years ago
grid.php
3 years ago
sortable.php
3 years ago
style.php
3 years ago
style.php
83 lines
| 1 | <div id="tab-6" class="adl-tab-content"> |
| 2 | <div class="cmb2-wrap form-table"> |
| 3 | |
| 4 | <table class="cmb2-metabox"> |
| 5 | |
| 6 | <tr> |
| 7 | <th><label for="gc[header_title_color]"><?php esc_html_e('Header Title Color', PGCU_TEXTDOMAIN); ?></label></th> |
| 8 | <td><input type="text" name="gc[header_title_color]" id="gc[header_title_color]" class="cpa-color-picker" value="<?php echo esc_attr( ! empty( $header_title_color ) ? $header_title_color : '#030213' ); ?>" /> |
| 9 | |
| 10 | </td> |
| 11 | |
| 12 | </tr> |
| 13 | |
| 14 | <tr> |
| 15 | <th><label for="gc[post_title_color]"><?php esc_html_e('Post Title Color', PGCU_TEXTDOMAIN); ?></label></th> |
| 16 | <td><input type="text" name="gc[post_title_color]" id="gc[post_title_color]" class="cpa-color-picker" value="<?php echo esc_attr( ! empty( $post_title_color ) ? $post_title_color : '#030213' ); ?>" /> |
| 17 | |
| 18 | </td> |
| 19 | |
| 20 | </tr> |
| 21 | |
| 22 | <tr> |
| 23 | <th><label for="gc[post_title_hover_color]"><?php esc_html_e('Post Title Hover Color', PGCU_TEXTDOMAIN); ?></label></th> |
| 24 | <td><input type="text" name="gc[post_title_hover_color]" id="gc[post_title_hover_color]" class="cpa-color-picker" value="<?php echo esc_attr( ! empty( $post_title_hover_color ) ? $post_title_hover_color : '#F31C1C' ); ?>" > |
| 25 | |
| 26 | </td> |
| 27 | </tr> |
| 28 | |
| 29 | <tr> |
| 30 | <th><label for="gc[post_content_color]"><?php esc_html_e('Post Content Color', PGCU_TEXTDOMAIN); ?></label></th> |
| 31 | <td><input type="text" name="gc[post_content_color]" id="gc[post_content_color]" class="cpa-color-picker" value="<?php echo esc_attr( ! empty( $post_content_color ) ? $post_content_color : '#63666D' ); ?>" /> |
| 32 | |
| 33 | </td> |
| 34 | </tr> |
| 35 | |
| 36 | <tr class="read_more_link_color_option"> |
| 37 | <th><label for="gc[read_more_color]"><?php esc_html_e('Read More Color', PGCU_TEXTDOMAIN); ?></label></th> |
| 38 | <td><input type="text" name="gc[read_more_color]" id="gc[read_more_color]" class="cpa-color-picker" value="<?php echo esc_attr( ! empty( $read_more_color ) ? $read_more_color : '#030213' ); ?>" /> |
| 39 | |
| 40 | </td> |
| 41 | </tr> |
| 42 | |
| 43 | <tr class="read_more_link_color_option"> |
| 44 | <th><label for="gc[read_more_hover_color]"><?php esc_html_e('Read More Hover Color', PGCU_TEXTDOMAIN); ?></label></th> |
| 45 | <td><input type="text" name="gc[read_more_hover_color]" id="gc[read_more_hover_color]" class="cpa-color-picker" value="<?php echo esc_attr( ! empty( $read_more_hover_color ) ? $read_more_hover_color : '#F31C1C' ); ?>" /> |
| 46 | |
| 47 | </td> |
| 48 | </tr> |
| 49 | |
| 50 | <tr class="read_more_button_color_option"> |
| 51 | <th><label for="gc[read_more_button_color]"><?php esc_html_e('Read More Button Color', PGCU_TEXTDOMAIN); ?></label></th> |
| 52 | <td><input type="text" name="gc[read_more_button_color]" id="gc[read_more_button_color]" class="cpa-color-picker" value="<?php echo esc_attr( ! empty( $read_more_button_color ) ? $read_more_button_color : '#030213' ); ?>" /> |
| 53 | |
| 54 | </td> |
| 55 | </tr> |
| 56 | |
| 57 | <tr class="read_more_button_color_option"> |
| 58 | <th><label for="gc[read_more_button_hover_color]"><?php esc_html_e('Read More Button Hover Color', PGCU_TEXTDOMAIN); ?></label></th> |
| 59 | <td><input type="text" name="gc[read_more_button_hover_color]" id="gc[read_more_button_hover_color]" class="cpa-color-picker" value="<?php echo esc_attr( ! empty( $read_more_button_hover_color ) ? $read_more_button_hover_color : '#ffffff' ); ?>" /> |
| 60 | |
| 61 | </td> |
| 62 | </tr> |
| 63 | |
| 64 | <tr class="read_more_button_color_option"> |
| 65 | <th><label for="gc[read_more_button_background_color]"><?php esc_html_e('Read More Button Background Color', PGCU_TEXTDOMAIN); ?></label></th> |
| 66 | <td><input type="text" name="gc[read_more_button_background_color]" id="gc[read_more_button_background_color]" class="cpa-color-picker" value="<?php echo esc_attr( ! empty( $read_more_button_background_color ) ? $read_more_button_background_color : '#EFEFEF' ); ?>" /> |
| 67 | |
| 68 | </td> |
| 69 | </tr> |
| 70 | |
| 71 | <tr class="read_more_button_color_option"> |
| 72 | <th><label for="gc[read_more_button_background_hover_color]"><?php esc_html_e('Read More Button Background Hover Color', PGCU_TEXTDOMAIN); ?></label></th> |
| 73 | <td><input type="text" name="gc[read_more_button_background_hover_color]" id="gc[read_more_button_background_hover_color]" class="cpa-color-picker" value="<?php echo esc_attr( ! empty( $read_more_button_background_hover_color ) ? $read_more_button_background_hover_color : '#030213' ); ?>" /> |
| 74 | |
| 75 | </td> |
| 76 | </tr> |
| 77 | |
| 78 | |
| 79 | </table> |
| 80 | |
| 81 | </div> |
| 82 | |
| 83 | </div> |