You are viewing the OptimizePress 2.0 Help center. Click here for OptimizePress 3.0 support.

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

Support Discontinued
As a discontinued platform, OptimizePress 2.0 is no longer officially supported. We recommend upgrading to our new OptimizePress suite. Click the button below to see our latest plans
Upgrade to OptimizePress 3.0