- This topic has 8 replies, 3 voices, and was last updated 5 years, 1 month ago by
Anonymous.
- AuthorPosts
- January 19, 2018 at 04:44 #16405
AnonymousInactiveHello, I’m new to Supsystic and just install the Pricing Tables plug in. I noticed that the CSS editing feature does not change the font size. I’ve tried every size imaginable but nothing changes. I can however change some font families (not all for some reason), but I really need the font to be smaller, like the examples shown on your website.
Here is an excerpt. As you can see, font size is extremely small and line height is small as well, but table fonts are very big.
#{{table.view_id}} {
{% if table.params.calc_width.val == ‘table’ %}
width: {{ table.params.table_width.val }}{{ table.params.table_width_measure.val }};
{% endif %}
text-transform: none;
font-size: 2px;
padding: 8px 10px;
text-decoration: none !important;
border: none !important;
}
#{{table.view_id}} * {
line-height: 0.8em;
}January 19, 2018 at 04:53 #16406
AnonymousInactiveActually, I don’t think I placed the font css in the correct area, could someone tell me where or what the ID is for the text body?
January 19, 2018 at 21:35 #16411
mila_supportMemberHi @msieberg
Thank you for contacting us about Pricing Table plugin question.
As so your site theme or other plugins on the page may override pricing table styles, please provide the page link on your site with the issue – thus I will be able to advice the effective code for your purpose.
January 30, 2018 at 19:37 #16544
AnonymousInactiveHello, I’ve same problem. in my site the issue is releated to theme i-Excel. can I solve in easyly way?
January 30, 2018 at 23:55 #16549
mila_supportMemberHi @maiello.angelo72
Firstly, I need to see the page link on your site with the issue personally, to check if I have a quick decision about it.
January 31, 2018 at 00:04 #16552
AnonymousInactivewth?? Why don’t my responses post to this forum??
January 31, 2018 at 00:04 #16555
AnonymousInactiveI can’t post a link, this forum won’t let me.
January 31, 2018 at 12:00 #16567
AnonymousInactivethanks Mila, you can try to see in https://goo.gl/RJqoqF.
thanks in advance.
January 31, 2018 at 15:34 #16570
AnonymousInactivesolved. was an error in my css file. Thanks
- AuthorPosts
- You must be logged in to reply to this topic.