Trailer Box Element Second Link
I need to add second <a> tag to the Trailer Box Element, so I will get something like this
Slogan = Link1 <a href="link1" > Link 1 </a>
Slogan = Link2 <a href="link2" > Link 2 </a>
Title = Title for the Trailer Box?
I did tried to copy the HTML and add another a tag, but it didn't work. Is it possibe ?
<div class="trailer_box">
<a href="../../wedding-cakes" target="_blank">
<img class="scale-with-grid" src="../.../wp-content/uploads/2014/09/pictures-by-Twinkle-Photography-104.jpg" alt="Wedding Cakes">
<div class="desc">
<a href="../../wedding-cakes" target="_blank"> Link2 </a>
<div class="subtitle">View Gallery</div>
<h2>Wedding Cakes</h2>
<div class="line"></div></div></a></div>
Comments
unfortunately it is not possible to do what you need because whole trailer box element is link and you can`t use anything inside. At this moment you can try to put link inside link what is technically not possible.
Thanks for understanding!