芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/critterchoice.com/wp-content/themes/rehub-theme/woocommerce/single-product.php
ID, '_rh_woo_product_layout', true); ?> ID, '_woo_code_bg', true); if ($custombg) { if ($rh_product_layout_style == 'woo_compact' || $rh_product_layout_style == 'side_block' || $rh_product_layout_style == 'side_block_light' || $rh_product_layout_style == 'side_block_video') { $cssbg = "#rh_woo_layout_inimage{background:" . esc_attr($custombg) . " !important;}"; } elseif ($rh_product_layout_style == 'full_width_extended' || $rh_product_layout_style == 'full_width_advanced') { $cssbg = "#content .top-woo-area, .content-woo-section, #contents-section-woo-area{background:" . esc_attr($custombg) . " !important;}.re_wooinner_cta_wrapper{background-color:white !important}#contents-section-woo-area{border:none; box-shadow:none; padding-top:15px}"; } elseif ($rh_product_layout_style == 'woo_directory') { $cssbg = ".woo_directory_layout{background:" . esc_attr($custombg) . " !important;}"; } elseif ($rh_product_layout_style == 'sections_w_sidebar') { $cssbg = ".sections_w_sidebar{background:" . esc_attr($custombg) . " !important;}"; } else { $cssbg = "body{background:" . esc_attr($custombg) . " !important;}"; } wp_register_style('woobg-inline-style', false); wp_enqueue_style('woobg-inline-style'); wp_add_inline_style('woobg-inline-style', $cssbg); } ?>
$rh_product_layout_style));?>