'custom_rows_section', 'Custom Full Width Headers (class)' => 'custom_fullwidth_header', 'Custom Call To Actions (class)' => 'custom_cta', ); $custom_selectors_ids = array ( 'Custom Sidebars (ID)' => 'custom_sidebar_module', ); $magic_codes = array ( array ( 'Module' => 'Blog module', 'Codes' => array ( 'newest_post_feed' => 'Forces the blog feed to display the most recent post only.', 'no_newest_post_feed' => 'Forces the blog feed to display all posts except the most recent one.', ) ), array ( 'Module' => 'Call To Action module', 'Codes' => array ( 'cta_outbound_link' => 'Forces the destination URL for the CTA button to open in a new browser tab.', ) ), ); ?>
Copy any existing Custom CSS class (or create a new one) and paste it on the "CSS Class" field of the Divi module.
$value ) { $custom_selectors = get_custom_selectors($value); if ( $custom_selectors ) { $next_selector_count = ( count( $custom_selectors ) ) + 1; } else { $next_selector_count = 1; } $next_selector = $value . '_' . $next_selector_count; ?>Copy any existing Custom CSS ID (or create a new one) and paste it on the "CSS ID" field of the Divi section or module.
$value ) { $custom_selectors = get_custom_selectors($value); if ( $custom_selectors ) { $next_selector_count = ( count( $custom_selectors ) ) + 1; } else { $next_selector_count = 1; } $next_selector = $value . '_' . $next_selector_count; ?>Copy the appropriate Magic Code for the desired functionality and paste it on the "CSS ID" field of the corresponding Divi module.