Forum Discussion
DeveloperIgniti
11 days agoCommunity Member
How to prevent all upper-case in Tabs block headings
Hi,
It seems that in the Tabs block, the "heading" text in the clickable tabs at the top are being automatically transformed into ALL UPPER CASE.
Is there a way to prevent this?
Thanks in advan...
Nedim
10 days agoCommunity Member
DeveloperIgniti It appears that Rise automatically forces all tab headings into uppercase. There’s no setting to disable this. However, you can control the visual case by wrapping your heading text in a <div> and applying inline text-transform styling:
<div style="text-transform: none;">Getting Started</div>
By setting the inline style to text-transform: none, the default styling will be overridden, and the text in the "Heading" field will appear exactly as it is typed in the Edit Tabs heading field.
PhilFoss
9 days agoCommunity Member
That's interesting, I thought they had protected these text inputs from adding inline styles, but looks like you can do it for accordion titles also (but it shows the inline html/css in the admin view, but in preview mode it applies the css)
Related Content
- 8 months ago
- 1 year ago