Banner linking

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Mon Apr 07, 2014 7:59 am
Hi, I would like to add links to the banners that i have but can't figure out how. I am currently using this in the top widget>text

<div class="gk-banner">
<h2><a href="#"><FONT COLOR="e1001b">New Arrivals</FONT><span><FONT COLOR="e1001b">DRESSES</FONT></span></a></h2>
<strong><a href="#"></a></strong>
<a href="#"><img src="[pageurl]/wp-XXXXXXX/uploads/20XX/XX/XXXXXX.png" alt=""></a>
</div>

exactly what is the line of code i need to add in with the chosen link and where do i add it into ?

Thanks !!
User avatar
Senior Boarder

GK User
Mon Apr 07, 2014 8:54 am
Code: Select all
<div class="gk-banner">
<h2><a href="http://linktoyoursite.com"><FONT COLOR="e1001b">New Arrivals</FONT><span><FONT COLOR="e1001b">DRESSES</FONT></span></a></h2>
<strong><a href="http://linktoyoursite.com"></a></strong>
<a href="http://linktoyoursite.com"><img src="[pageurl]/wp-XXXXXXX/uploads/20XX/XX/XXXXXX.png" alt=""></a>
</div>


Just replace linktoyoursite.com with correct link.
User avatar
Moderator

GK User
Tue Apr 08, 2014 2:23 am
Hey Cyberek, I followed your instructions and completed the task No Problems !! Thanks for the great support :)
User avatar
Senior Boarder


cron