/home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/vc_templates
Edit: /home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/vc_templates/qode_circles.php (453B)
"four_columns",
"circle_line" => "no_line",
"line_color" => ""
);
$html = "";
$styles = array();
extract(shortcode_atts($args, $atts));
if(!empty($line_color)) {
$styles[] = "border-color: ".$line_color.";";
}
$html = '
';
$html .= do_shortcode($content);
$html .= '
';
echo $html;