Title: Inserting a icon border
Last modified: August 21, 2016

---

# Inserting a icon border

 *  Resolved [ghug](https://wordpress.org/support/users/ghug/)
 * (@ghug)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/inserting-a-icon-border/)
 * Hello,
 * I am trying to insert an image to border the appstore-icon images. I was planning
   on creating a <span> in the app-store icon link, and insert a custom image as
   the background. However, I am having trouble doing this.
 * Is there anyway to achieve this? Or perhaps an easier/more efficient way then
   what I am attempting?
 * Thanks in advance.
 * [https://wordpress.org/plugins/app-store-assistant/](https://wordpress.org/plugins/app-store-assistant/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [SEALsystems](https://wordpress.org/support/users/sealsystems/)
 * (@sealsystems)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/inserting-a-icon-border/#post-4850682)
 *     ```
       span.overlay {
           background: url('images/thumb-overlay.png') no-repeat scroll 0px 0px transparent;
           display: block;
           height: 203px;
           left: -22px;
           position: absolute;
           top: -15px;
           width: 220px;
       }'
       ```
   
 *     ```
       <div class="thumb">
   
           <img width="175" height="175" alt="Woodcraft" src="/wp-content/uploads/2014/04/FI_467348986_asaArtwork_featured-175x175.png"></img>
           <span class="overlay"></span>
   
       </div>
       ```
   
 *  Thread Starter [ghug](https://wordpress.org/support/users/ghug/)
 * (@ghug)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/inserting-a-icon-border/#post-4850683)
 * Thank you for the CSS Styling, however, I am still unsure how to have a <span
   class=”overlay”> appear when I’m using the shortcode in a post to generate the
   app data.
 *  Plugin Author [SEALsystems](https://wordpress.org/support/users/sealsystems/)
 * (@sealsystems)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/inserting-a-icon-border/#post-4850692)
 * You would have to add this to your theme file.
 *  Plugin Author [SEALsystems](https://wordpress.org/support/users/sealsystems/)
 * (@sealsystems)
 * [12 years ago](https://wordpress.org/support/topic/inserting-a-icon-border/#post-4850703)
 * Did that work for you?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Inserting a icon border’ is closed to new replies.

 * ![](https://ps.w.org/app-store-assistant/assets/icon-256x256.png?rev=980096)
 * [App Store Assistant](https://wordpress.org/plugins/app-store-assistant/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/app-store-assistant/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/app-store-assistant/)
 * [Active Topics](https://wordpress.org/support/plugin/app-store-assistant/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/app-store-assistant/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/app-store-assistant/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [SEALsystems](https://wordpress.org/support/users/sealsystems/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/inserting-a-icon-border/#post-4850703)
 * Status: resolved