Support » Plugin: Pricing Tables WordPress Plugin - Easy Pricing Tables » Custom CSS for column/row colors

  • Resolved skopelos-tony

    (@skopelosvillas)


    Hi there,
    I have looked all through the 7 pages of this support and tried to see about adding custom colours for this great plugin in some rows/columns, but no matter what code I put, (either in your custom css box/design, or my theme’s custom css area), nothing happens. What else can I do please?
    Do I need a special opening line for my custom css, (my theme’s) to identify the custom code I put in?
    If I could change a little the colours to match those of my theme, I would be really grateful..!

    Thanking you in advance..

    https://wordpress.org/plugins/easy-pricing-tables/

Viewing 1 replies (of 1 total)
  • Plugin Author fatcatapps

    (@fatcatapps)

    Please try adding the below CSS code to your table Custom CSS to see the changes made for a Silver and Gold colored columns.

    /*header area*/
    .ptp-col-id-0 div.ptp-item-container, .ptp-col-id-0 div.ptp-plan,.ptp-col-id-0 div.ptp-price{border-color:silver!important;background:silver!important;}

    /*body */
    .ptp-col-id-0 div.ptp-bullet-item{border-color:silver!important;background:silver!important;}

    /*Button Area*/
    .ptp-col-id-0 div.ptp-cta{border-color:silver!important;background:silver!important;}

    /*header area*/
    .ptp-col-id-1 div.ptp-item-container, .ptp-col-id-1 div.ptp-plan,.ptp-col-id-1 div.ptp-price{border-color:gold!important;background:gold!important;}

    /*body */
    .ptp-col-id-1 div.ptp-bullet-item{border-color:gold!important;background:gold!important;}

    /*Button Area*/
    .ptp-col-id-1 div.ptp-cta{border-color:gold!important;background:gold!important;}

    Let us know if this helped.

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS for column/row colors’ is closed to new replies.