Here\’s the snippets of code that you need to customize the content toggle element:
/*content toggle text color and font*/
.toggle-panel .toggle-panel-toggle-text, .toggle-panel-toggle-text {
color: #444444;
font-size:30px;
}
/*content toggle background color*/
.toggle-panel {
border: 1px solid #ccc;
padding: 10px;
background-color: #f2f4f7;
}
Feel free to replace font color (color: #444444;) and background color (background-color: #f2f4f7;) hexadecimal values with your preferred color hexadecimal values. You can find the color codes here:
Once done, go to your specific Live Editor >> click on the Page Setting >> Other Scripts >> Custom CSS >> insert your edited code and then save your work.