• Resolved zornitsakaktus

    (@zornitsakaktus)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor vadim8vz

    (@vadim8vz)

    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 3 years, 7 months ago by vadim8vz.
    Thread Starter zornitsakaktus

    (@zornitsakaktus)

    Thank you!!!

    Plugin Contributor vadim8vz

    (@vadim8vz)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change button style’ is closed to new replies.