Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi,
the CTO buttons at the bottom of the price list are not visible, only the button text. I’ve been trying to figure out why, but haven’t found a solution. Can you pls help me out?
Here’s the site: https://calcmat.pilot3.sofokus.com/
In case you need them, you should have my credentials already.
Thanks a lot!
//Panu
Hello,
I fixed it. It was a missing class in file price_list.php.
I replaced this line:
$output .= '<div class="price_button" style="background-color:'.esc_attr($bg_color).';"><a class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'"href="'.esc_url($button_link).'">'.$button_title.'</a></div>';
With this:
$output .= '<div class="price_button" style="background-color:'.esc_attr($bg_color).';"><a class="btn-bt default'.esc_attr($cl_redata['overall_button_style'][0]).'"href="'.esc_url($button_link).'">'.$button_title.'</a></div>';
Best regards!
You must be logged in to reply to this topic.