New Landing How can we help? Themeforest Theme Support Dante Customise Bordered Pricing Table – 3 Column

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Dante
  • #119613
    celeteweitz
    Member
    Post count: 57

    Hi

    I just wanted to customize the “Bordered Pricing Table -3 Columns” so as to add different colors to the Package area (top row) for different columns and different colors to the Details area below it for different columns.

    I have attached a screenshot with pointers to show the color customization I am looking for.

    Regards
    Celeste

    Attachments:
    You must be logged in to view attached files.
    #119645
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I get this error.

    Forbidden
    
    You don't have permission to access / on this server.
    
    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

    Thanks
    Mohammad

    #119712
    celeteweitz
    Member
    Post count: 57
    This reply has been marked as private.
    #119897
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its still not accessible from India.
    Thanks
    Mohammad

    #119977
    celeteweitz
    Member
    Post count: 57
    This reply has been marked as private.
    #119984
    celeteweitz
    Member
    Post count: 57

    Hi

    I have disabled the web firewall, can you now please check it. I am already running late on this.

    regards
    celeste

    #120051
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue by using this custom css code:-

    .page-id-13 div.pricing-table-wrap div.pricing-table-column:nth-child(1) div.pricing-table-package{
    background:blue !important;color:#fff !important;
    }
    .page-id-13 div.pricing-table-wrap div.pricing-table-column:nth-child(1) div.pricing-table-details{
    background:yellow !important;
    }
    
    .page-id-13 div.pricing-table-wrap div.pricing-table-column:nth-child(2) div.pricing-table-package{
    background:yellow  !important;
    }
    .page-id-13 div.pricing-table-wrap div.pricing-table-column:nth-child(2) div.pricing-table-details{
    background:green !important;color:#fff !important;
    }
    
    .page-id-13 div.pricing-table-wrap div.pricing-table-column:nth-child(3) div.pricing-table-package{
    background:green !important;color:#fff !important;
    }
    .page-id-13 div.pricing-table-wrap div.pricing-table-column:nth-child(3) div.pricing-table-details{
    background:blue !important;color:#fff !important;
    }
    

    Thanks
    Mohammad

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.