Tagged: x
-
AuthorPosts
-
August 7, 2016 at 1:31 pm #1121088
How do I edit the headline font sizes, pricing sizes, and headline block background and button colors in the Cornerstone Pricing Table element? Thanks in advance for your help.
August 7, 2016 at 5:08 pm #1121228Hi There,
Thanks for writing in.
Would you mind sharing us a screenshot of what you want to customize in the pricing table element. A screenshot with labels on it would help a lot.
Once we fully understand the customization, we’ll do our best to help you
You could check also the link below for some of the customization with the pricing table.
https://community.theme.co/forums/topic/pricing-table/
Hope it helps. Let us know how it goes.
Thanks.
August 7, 2016 at 8:18 pm #1121436This reply has been marked as private.August 7, 2016 at 9:08 pm #1121485Hello Kelley,
I can’t see your screenshot with your edit. Attached screenshot is from forum.
Although you may add custom-pricing-table on the class field of the price table element. Then add the following CSS on Appearance > Customize > Custom > Edit Global CSS:.custom-pricing-table h2 { font-size: 15px; /*Heading font size*/ background: yellow; /*heading Background*/ } .custom-pricing-table .x-pricing-column-info .x-price { font-size: 30px; /*pricing size*/ } .custom-pricing-table .x-btn { background: blue; /*button background*/ border-color: yellow; /*button border*/ }
Feel free to customize the values.
Hope this helps.
August 7, 2016 at 9:41 pm #1121509This reply has been marked as private.August 7, 2016 at 10:00 pm #1121525You’re welcome!
Please try the suggestion on the previous reply and do update us if you still have questions.
August 8, 2016 at 8:30 am #1122084This reply has been marked as private.August 8, 2016 at 9:55 am #1122190Hi There,
Instead using the word grey or blue, to have a more flexible choice of colors you can use Hexadecimal colors.
Please refer to the site to fin your ideal color: at the end it should look similar to this : #a7a7a7
use #a7a7a7 (or the color you like) instead of the word grey on your code.
hope it helps
Joao
August 9, 2016 at 1:24 pm #1124187Joao, that’s what I needed. Thank you very much for your help.
August 9, 2016 at 3:55 pm #1124410You’re most welcome.
-
AuthorPosts