Title: change button style
Last modified: March 30, 2021

---

# change button style

 *  Resolved [zornitsakaktus](https://wordpress.org/support/users/zornitsakaktus/)
 * (@zornitsakaktus)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/change-button-style-3/)
 * Dear Vadim,
    I wish i could change the style of the front button with some png
   or jpg image, wich says:”Бърза Поръчка”. Can I do that and how? Thank you for
   your time!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchange-button-style-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [vadim8vz](https://wordpress.org/support/users/vadim8vz/)
 * (@vadim8vz)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/change-button-style-3/#post-14254435)
 * Hi!
    use this css code for change image in widget:
 *     ```
       .vdz_cb_widget span svg{
           display: none !important;
       }
       .vdz_cb_widget span{
           background-image: url("https://ekorekom.com/wp-content/files/2021/02/13.png");/*your image here*/
           background-size: contain;
           background-repeat: no-repeat;
           background-position: center;
       }
       ```
   
    -  This reply was modified 5 years, 2 months ago by [vadim8vz](https://wordpress.org/support/users/vadim8vz/).
 *  Thread Starter [zornitsakaktus](https://wordpress.org/support/users/zornitsakaktus/)
 * (@zornitsakaktus)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/change-button-style-3/#post-14254835)
 * Thank you!!!
 *  Plugin Contributor [vadim8vz](https://wordpress.org/support/users/vadim8vz/)
 * (@vadim8vz)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/change-button-style-3/#post-14255027)
 * You’re welcome!

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

The topic ‘change button style’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/vdz-call-back_9fcc77.svg)
 * [VDZ CallBack Plugin](https://wordpress.org/plugins/vdz-call-back/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/vdz-call-back/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/vdz-call-back/)
 * [Active Topics](https://wordpress.org/support/plugin/vdz-call-back/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/vdz-call-back/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/vdz-call-back/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)

 * 3 replies
 * 2 participants
 * Last reply from: [vadim8vz](https://wordpress.org/support/users/vadim8vz/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/change-button-style-3/#post-14255027)
 * Status: resolved