File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -449,10 +449,6 @@ function mailchimp_sf_set_form_defaults( $list_name = '' ) {
449
449
update_option ( 'mc_custom_style ' , 'off ' );
450
450
update_option ( 'mc_double_optin ' , true );
451
451
update_option ( 'mc_use_unsub_link ' , 'off ' );
452
- update_option ( 'mc_header_border_width ' , '1 ' );
453
- update_option ( 'mc_header_border_color ' , 'E3E3E3 ' );
454
- update_option ( 'mc_header_background ' , 'FFFFFF ' );
455
- update_option ( 'mc_header_text_color ' , 'CC6600 ' );
456
452
457
453
update_option ( 'mc_form_border_width ' , '1 ' );
458
454
update_option ( 'mc_form_border_color ' , 'E0E0E0 ' );
Original file line number Diff line number Diff line change 33
33
color: #<?php echo esc_attr ( get_option ( 'mc_form_text_color ' ) ); ?> ;
34
34
background-color: #<?php echo esc_attr ( get_option ( 'mc_form_background ' ) ); ?> ;
35
35
}
36
-
37
-
38
- .mc_custom_border_hdr {
39
- border-width: <?php echo absint ( get_option ( 'mc_header_border_width ' ) ); ?> px;
40
- border-style: <?php echo ( get_option ( 'mc_header_border_width ' ) === 0 ) ? 'none ' : 'solid ' ; ?> ;
41
- border-color: #<?php echo esc_attr ( get_option ( 'mc_header_border_color ' ) ); ?> ;
42
- color: #<?php echo esc_attr ( get_option ( 'mc_header_text_color ' ) ); ?> ;
43
- background-color: #<?php echo esc_attr ( get_option ( 'mc_header_background ' ) ); ?> ;
44
- <!-- font-size: 1.2em;-->
45
- padding:5px 10px;
46
- width: 100%;
47
- }
48
36
<?php
49
37
}
50
38
?>
You can’t perform that action at this time.
0 commit comments