Hello Guys!
Can you help with this I want to do one of this options:
1. Replace the box price with a picture
2. Could we put a picture in the box of the prices?
And how I can do this?
Thanks a lot
.gk-color-price-table dl {
background: url('path_to_your_image-first basic block');
}
.gk-color-price-table dl.gk-premium {
background: url('path_to_your_image-second black block');
}
.gk-color-price-table dl.gk-color {
background: url('path_to_your_image-third green block');
}