Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #536124

    Hi, how can I change the table colors for a specific page only? I want to change the color to black. Thanks.

    #536199

    Hey DROR!

    Which page, you need to? You link is to homepage and not the specific page you want to change the tables. If it is the homepage, where are the tables located, I loaded the page and can not find them.

    You can do it with is_page(‘slugname’); but if you have issues how to include a CSS with that WordPress function let us know and we can help you further.

    Best regards,
    Basilis

    #536228

    Hi, sorry about that. The URL is added

    #536833

    Hi!

    Please add following code to Quick CSS

    .page-id-29159 .pricing-table li.avia-heading-row,.page-id-29159 .pricing-table li.avia-pricing-row { 
    background: black !important; 
    border-color: black !important; 
    }

    Cheers!
    Yigit

    #536882

    Thanks, how can I change the % to be white – http://screencast.com/t/g3uy148dM?

    #536894

    Hey!
    Please add the following to your quick css:

    .avia_pricing_default .pricing-table li.avia-pricing-row .currency-symbol {
        opacity: 1 !important;
        color: #ffffff !important;
    }

    Regards,
    Dake

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.