21 lines
509 B
CSS
21 lines
509 B
CSS
|
/**
|
||
|
* Style for your Customizer editor.
|
||
|
*/
|
||
|
#accordion-section-hello-options .accordion-section-title {
|
||
|
color: #c36;
|
||
|
}
|
||
|
#accordion-section-hello-options .accordion-section-title:after {
|
||
|
color: #c36;
|
||
|
}
|
||
|
|
||
|
#customize-control-hello-header-footer .hello-action-links {
|
||
|
margin: 15px auto;
|
||
|
text-align: center;
|
||
|
}
|
||
|
#customize-control-hello-header-footer .hello-action-links-title {
|
||
|
font-weight: 600;
|
||
|
margin: 10px 0;
|
||
|
}
|
||
|
#customize-control-hello-header-footer .hello-action-links-message {
|
||
|
margin: 0 0 20px;
|
||
|
}
|