Editing pricing tables: Text and icons

Hello Themeco Staff

I am using X (integrity) and I wonder if there is an easier and more friendly way to edit pricing tables for not tech people like me. It is really difficult to search, find and edit each item on the editor among all the [ ] stuff (screenshot https://prnt.sc/t3dy9t).

On the other hand, I cannot figure out why the icons are missed. Even my social icons on the navbar and footer. Should I open a new thread on this second issue?

Thanks in advance for your reply.

PS: Updating thread: Icons are ok now! I had disabled the wrong icon weights in “Miscellaneous” (Customizer/Theme options) for performance.

Hi Luz,

Thanks for reaching out.

Glad the icons are working now, and about your first question, unfortunately, there is no easier way since the table are still classic elements. And its content is added similar to text and raw element. Perhaps you can provide more information of what should be improved in the pricing table? Maybe I can add it to our feature request list.

Thanks!

1 Like

Thank you for the bad news :smiley:

I am not the best advisor for X suggestions I guess, since I am a newbie and English is not my language. But it would be a huge improvement to be able to edit this kind of elements in a more intuitive way. I mean, I see the table, I touch the table, I can edit on the table (not on the side editor) and I see what I am writing or changing directly on the preview. I hope this makes any sense.

Thank you for your quick response and the excellent job you all make.

You are most welcome!
If you need anything else we can help you with, don’t hesitate to open another thread.

Hey Luz,

You have created a new response and have withdrawn it.
Please create a new thread if you have a question or enquiry that we can help you with.

Cheers.

1 Like

Yes, I am sorry! I asked something here, then I realized I had to create a new thread for it. So I deleted my reply here and created a new thread. But afterwards the problem was solved, so I try to deleted that threat because I didn’t want to waste your time. I don’t know. I probably wasted your time anyway. :pensive: And I am sorry. Thanks again.

You are most welcome!

1 Like

Hello again. Two questions related to tables:

  1. I would like the interval text to be darker and a little bit bigger. Is it possible?
  2. Sorry, I cannot find how to edit buttons (how to link them, how to change text)

Thanks in advance!

Hi Luz,

I went to your website and used the Page Builder to access the pricing page. Then I selected the Pricing Table element and added the class of thepricing to that element:

Screen Shot 2020-06-21 at 11.00.14

Then I clicked the CSS link at the left-hand side of the screen and added the CSS code below there:

.thepricing .x-interval {
  color: #777;
  font-size: 14px;
}

Feel free to change #777 and 14px to whatever color and size you see fit.

To change the button, click on the table column that contains the button and click the Edit option:

Screen Shot 2020-06-21 at 11.01.19

Scroll down to the end of the code that you see on the screen and change # with the link that you want and Buy Now! with the test that you want:

Screen Shot 2020-06-21 at 11.01.30

Thank you.

1 Like

Oh my… I can’t believe the button has always been before my very eyes!! :face_with_hand_over_mouth:
Thanks a lot for the quick reply and for adding the magic formula to the class.

You’re welcome. Glad we’re able to help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.