<?php
/**
* Offer Product Price Module front-end CSS php file.
*
* @package Offer Product Price Module
*/
global $post;
?>
.fl-node-<?php echo $id; ?> .cartflows-pro-bb__offer-product-price,
.fl-node-<?php echo $id; ?> .cartflows-pro-bb__offer-product-price .wcf-offer-price {
color: <?php echo FLBuilderColor::hex_or_rgb( $settings->text_color ); ?>;
}
<?php
if ( class_exists( 'FLBuilderCSS' ) ) {
FLBuilderCSS::typography_field_rule(
array(
'settings' => $settings,
'setting_name' => 'typography',
'selector' => ".fl-node-$id .cartflows-pro-bb__offer-product-price, .fl-node-$id .cartflows-pro-bb__offer-product-price .wcf-offer-price",
)
);
}
?>
.fl-node-<?php echo $id; ?> .cartflows-pro-bb__offer-product-price,
.fl-node-<?php echo $id; ?> .cartflows-pro-bb__offer-product-price .wcf-offer-price {
text-align: <?php echo $settings->align; ?>;
}