Tagged: x
-
AuthorPosts
-
April 6, 2016 at 1:46 pm #869837
Hello,
I’d like help with a few items on one page: http://www.bonnenuitbaby.com/lets-work-together/
1. Is it possible to have less space between each line for the grid of text at the top?
2. Is it possible to make the cloud icons a different color?
3. I’d like to redirect the “buy now” in the pricing chart to a new window and an email addressed to be with a pre-populated subject line. Is that possible?
Thanks.
April 6, 2016 at 8:35 pm #870364Hi there,
Thanks for writing in.
1. Sure, please add this CSS to Admin > Appearance > Customizer > Custom > CSS
.x-block-grid>li { margin: 0% 5% 0 0; }
2. Please add this CSS to with your preferred color.
.x-block-grid-item .x-icon { color: #cccccc; }
3. It’s possible with custom development, there is no available feature like that. It’s best to consult it to a developer, the customization should fit your exact requirement.
Thanks!
April 7, 2016 at 4:17 am #870830Thank you. If I do want to have a “buy now” function, what programs is the default code associated with?
April 7, 2016 at 11:04 am #871428Hi there,
Thanks for writing in! You know better how you want to process your purchase functionality. You can use WooCommerce plugin for that. See How to Setup WooCommerce. If you consult to a developer then he/she might help you to understand the things better.
Cheers!
-
AuthorPosts