Thanks for a superb support from all of you guys, you are fast at responding with help 🙂
mnore help needed…
In Widget AT Future Section i have a button that i would like to open in a new tab, is it possible?
What could i do to do this?
Pls help!
Hello cule4life,
Please replace the code <a class="btn btn-primary" href="<?php echo $button_url;?>"> to <a class="btn btn-primary" href="<?php echo $button_url;?>" target ="_blank" > line 173 of acme-featured.php file. Please check once by adding this code. Let us know, if you have any query.