Hi guys,
As always - thank you!
Wondering if there is an easy way to change the minus (-) and plus (+) icons to left and right arrows on the portfolio (same page) controls.
Cheers,
Jaime
Hi guys,
As always - thank you!
Wondering if there is an easy way to change the minus (-) and plus (+) icons to left and right arrows on the portfolio (same page) controls.
Cheers,
Jaime
Open up angular\includes\loop-portfolio.php and search for following line:
echo "<div class='ajax-control'><a href='#' class='ajax-close'><span>x</span></a><a href='#' class='ajax-next'><span>+</span></a><a href='#' class='ajax-prev'><span>-</span></a></div>";
Replace the + and - symbols with any other text characters of your choice.
You must log in to post.