Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #869837

    hadorii
    Participant

    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.

    #870364

    Rad
    Moderator

    Hi 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!

    #870830

    hadorii
    Participant

    Thank you. If I do want to have a “buy now” function, what programs is the default code associated with?

    #871428

    Rupok
    Member

    Hi 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!