Pictures in the Price-box?

Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
GK User
Thu Feb 26, 2015 4:36 pm
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
User avatar
Gold Boarder

GK User
Thu Feb 26, 2015 10:54 pm
Hi,
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
Code: Select all
.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');
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.