Title: Remove &#8220;Bookmark(0)&#8221; button text
Last modified: October 10, 2017

---

# Remove “Bookmark(0)” button text

 *  Resolved [snapalot](https://wordpress.org/support/users/snapalot/)
 * (@snapalot)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/remove-bookmark0-button-text/)
 * Hi Sabuj
 * Please add a <span> around the button text such that it can be hidden with CSS.
   We only want the bookmark icon to be displayed and the button to be a circle.
 * See the changed code for cbxwpbookmark.php line 389:
 * `$cbxwpbkmark = '<a data-type="' . $object_type . '" data-object_id="' . $object_id.'"
   class="cbxwpbkmarktrig '.$bookmark_class.' cbxwpbkmarktrig-button-addto" title
   ="' . esc_html__('Bookmark This', 'cbxwpbookmark') . '" href="#">' . '<span class
   ="cbx-button-text">' . esc_html__('Bookmark', 'cbxwpbookmark') .$show_count_html.'
   </span></a>';`
 * Then we can hide the text with CSS:
    `.cbx-button-text { display: none; }`
 * Thank you
    Kobus

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

 *  Plugin Author [Sabuj Kundu](https://wordpress.org/support/users/manchumahara/)
 * (@manchumahara)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/remove-bookmark0-button-text/#post-9590344)
 * Will take care soon or make it optional
 *  Plugin Author [Sabuj Kundu](https://wordpress.org/support/users/manchumahara/)
 * (@manchumahara)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/remove-bookmark0-button-text/#post-9652173)
 * We added this feature.
 *  Thread Starter [snapalot](https://wordpress.org/support/users/snapalot/)
 * (@snapalot)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/remove-bookmark0-button-text/#post-9655844)
 * Cool, thank you Sabuj!

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

The topic ‘Remove “Bookmark(0)” button text’ is closed to new replies.

 * ![](https://ps.w.org/cbxwpbookmark/assets/icon-256x256.png?rev=3215581)
 * [CBX Bookmark & Favorite](https://wordpress.org/plugins/cbxwpbookmark/)
 * [Support Threads](https://wordpress.org/support/plugin/cbxwpbookmark/)
 * [Active Topics](https://wordpress.org/support/plugin/cbxwpbookmark/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cbxwpbookmark/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cbxwpbookmark/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [snapalot](https://wordpress.org/support/users/snapalot/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/remove-bookmark0-button-text/#post-9655844)
 * Status: resolved