Comments Brigitte started the conversationJanuary 26, 2018 at 2:56amHello,How to add on custom image icon to the html?Below is my current html:<div class="uc_background_image_content_box"> <div class="uc_item_link"> <!-- start of box content block --> <div class="uc_banner_box"> <img src="{{image}}" alt="" class="uc_item_img"/> <div class="uc_item_html"><img src="{{image}}" alt="" class="uc_item_img"/> <h2 class="uc_item_tittle">{{title|raw}}</h2> <p class="uc_content_des">{{text|raw}}</p> <a class="uc_btn" href="{{link}}"> <span class="uc_link_add">{{link_text|raw}}</span> </a> </div> </div> </div> </div>Kindly refer to the attachment here. 1,194Amit repliedJanuary 26, 2018 at 6:00pmif you add an attribute and add it in the html it still wont be styled you know ?in general to add it to html this is the link <i class="{{icon}}"></i>but also it depends where you want it to be in the html not exactly sure what you are trying to achive . also what i wrote depends on the attribute name which i cant see in the screenshot Sign in to reply ...
Hello,
How to add on custom image icon to the html?
Below is my current html:
<div class="uc_background_image_content_box">
<div class="uc_item_link">
<!-- start of box content block -->
<div class="uc_banner_box">
<img src="{{image}}" alt="" class="uc_item_img"/>
<div class="uc_item_html"><img src="{{image}}" alt="" class="uc_item_img"/>
<h2 class="uc_item_tittle">{{title|raw}}</h2>
<p class="uc_content_des">{{text|raw}}</p>
<a class="uc_btn" href="{{link}}">
<span class="uc_link_add">{{link_text|raw}}</span>
</a>
</div>
</div>
</div>
</div>
Kindly refer to the attachment here.
if you add an attribute and add it in the html it still wont be styled you know ?
in general to add it to html this is the link
<i class="{{icon}}"></i>
but also it depends where you want it to be in the html
not exactly sure what you are trying to achive .
also what i wrote depends on the attribute name which i cant see in the screenshot