LLMS_Twenty_Twenty::add_elements_content_background_color()
Get an array of selectors for items that have the background color as the text color.
Return Return
(string[])
Source Source
File: includes/theme-support/class-llms-twenty-twenty.php
protected static function add_elements_content_background_color() { return array( // Buttons. '.llms-button-primary', '.llms-button-primary:hover', '.llms-button-primary.clicked', '.llms-button-primary:focus', '.llms-button-primary:active', '.llms-button-action', '.llms-button-action:hover', '.llms-button-action.clicked', '.llms-button-action:focus', '.llms-button-action:active', // Pricing Tables. '.llms-access-plan-title', '.llms-access-plan .stamp', '.llms-access-plan.featured .llms-access-plan-featured', // Checkout. '.llms-checkout-wrapper .llms-form-heading', // Notices. '.llms-notice', '.llms-notice a', // My Grades. '.llms-sd-widgets .llms-sd-widget .llms-sd-widget-title', ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.37.0 | Introduced. |