Customizing the Content Toggle Element

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:

http://htmlcolorcodes.com/

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.

Was this article helpful?

Related Articles

Need Support?
Can't find the answer you're looking for? Don't worry we're here to help!
Contact Support