Title: Make Offer Tab Icon
Last modified: August 30, 2016

---

# Make Offer Tab Icon

 *  Resolved [MeatRo](https://wordpress.org/support/users/meatro/)
 * (@meatro)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/make-offer-tab-icon/)
 * Just trying to add an icon to the Make Offer tab…
 *     ```
       <li class="tab_custom_ofwc_offer_tab ">
       <a href="#tab-tab_custom_ofwc_offer">
       Make Offer
       </a>
       </li>
       ```
   
 * to
 *     ```
       <li class="tab_custom_ofwc_offer_tab with_icon">
       <a href="#tab-tab_custom_ofwc_offer">
       <span class="icon-chat">
       </span>
       Make Offer
       </a>
       </li>
       ```
   
 * [https://wordpress.org/plugins/offers-for-woocommerce/](https://wordpress.org/plugins/offers-for-woocommerce/)

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

 *  Plugin Contributor [angelleye](https://wordpress.org/support/users/angelleye/)
 * (@angelleye)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/make-offer-tab-icon/#post-6827383)
 * Do you have a specific question about that?
 *  Thread Starter [MeatRo](https://wordpress.org/support/users/meatro/)
 * (@meatro)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/make-offer-tab-icon/#post-6827469)
 * Yes, where is the code for that button generated? It seems to come from all over
   the place to me, but I’m not great at JS.
 *  Thread Starter [MeatRo](https://wordpress.org/support/users/meatro/)
 * (@meatro)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/make-offer-tab-icon/#post-6827483)
 * Ok, I got the <span> in there.. Found that in
 * /public/class-offers-for-woocommerce.php
 * `$tab_title = (isset($button_options_display['display_setting_custom_make_offer_btn_text'])&&
   $button_options_display['display_setting_custom_make_offer_btn_text'] != '') ?
   $button_options_display['display_setting_custom_make_offer_btn_text'] : __( '
   <span class="icon-chat-empty"></span>Make Offer', $this->plugin_slug );`
 * Now all I need to find out how to do is add the “with_icon” class to the list
   item..
 * `class="tab_custom_ofwc_offer_tab "`
 * to
 * `class="tab_custom_ofwc_offer_tab with_icon"`
 * Thank you! Very awesome plugin, by the way. I love it.
 *  Thread Starter [MeatRo](https://wordpress.org/support/users/meatro/)
 * (@meatro)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/make-offer-tab-icon/#post-6827508)
 * Very simple… haha.. I just inserted this as the button text in settings:
 * `<span class="icon-chat" style="font-size: 18px;margin: auto auto 10px;text-align:
   center;z-index: 1;position: static;left: 10px;top: 9px;background: rgba(0, 0,
   0, 0.25);color: #fff;display: block;height: 30px;line-height: 30px;width: 30px;"
   ></span>`
 * Thanks again!!
 *  Thread Starter [MeatRo](https://wordpress.org/support/users/meatro/)
 * (@meatro)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/make-offer-tab-icon/#post-6827509)
 * Resolved
 *  Plugin Contributor [angelleye](https://wordpress.org/support/users/angelleye/)
 * (@angelleye)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/make-offer-tab-icon/#post-6827526)
 * Glad you got things working the way you need! 🙂

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

The topic ‘Make Offer Tab Icon’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/offers-for-woocommerce_edefee.svg)
 * [Offers for WooCommerce](https://wordpress.org/plugins/offers-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/offers-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/offers-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/offers-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/offers-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/offers-for-woocommerce/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [angelleye](https://wordpress.org/support/users/angelleye/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/make-offer-tab-icon/#post-6827526)
 * Status: resolved