Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #198339

    Friech
    Moderator

    Hi there,

    Thank you for writing in! We kindly ask that you open up a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions.

    Thank you for understanding, Cheers!

    #872011

    drold69
    Participant

    CSS didn’t work in my pricing table. Tried to change the color of the cells. Used:

    /* For odd rows */

    ul.col-1>li:nth-child(2n+1) {
    background-color: red !important;
    }

    ul.col-1>li {
    background-color: #98bfca !important;
    }

    /* For pricing row */

    #first-price-header-color .x-pricing-column-info {
    background-color:gray;
    }

    #872594

    Paul R
    Moderator

    Hi,

    Can you provide us your site url where we can see your pricing table.

    Thanks