"All prices are subject to change" text underneath the tables

I want to make people aware that all my prices are subject to change, but there is no way to write something underneath the tables. I would like to write something underneath the tables - above the “free widget” notification - that’s basically just static and shows up for all tables.

1 Like

Hey there @Denni5 and welcome to Elfsight family :wave:

We’ve added this code to the Custom CSS field on the Appearance tab of your widget and the request text is displayed now:

.eapps-pricing-table-inner:after {     
    content: "All prices are subject to change";
    position: relative;
    bottom: -40px;
    width: 100%;
    display: block;
    text-align: center;
}

Please check the widget and let us know if you like what you see :slightly_smiling_face:

Hello,

I noticed and appreciate your quick response. It looks good!

Would it also be posible to add a title to the widget? With adjustable size? Example in attachment.

Thank you!

-Dennis

1 Like

The solution is provided in this topic :wink: