Header with title and caption

I would like to add some comments like that.

How is this not a thing? Give me the option to add a title to the widget!

1 Like

Hi @Denni5 :wave:

I am really sorry, but, unfortunately, there is no option to add a widget title in the configurator!

We have a similar request and I’ve moved your request to the dedicated topic. We’ll keep you in the loop here :slightly_smiling_face:

We are incredibly grateful for your feedback and helping us grow!

@Denni5 However, our devs shared this CSS code you can use to add the Title:

.eapps-pricing-table-inner:before {     
    content: "Title";
    position: relative;
    bottom: 20px;
    width: 100%;
    display: block;
    text-align: center;
}

Thank you, Max.
They forgot the font-weight and font-size but I know a tiny bit about code so added that myself. Thank you for your help!
-Dennis

1 Like

Happy to hear that you are good now!

You are always welcome :wink: