Could do with some help to make terms and rules look different

Alvin63

Well-known member
My terms and rules are set up in terms_rules_text. I don't really know html other than some very simple things, so copied the existing html for paragraphs etc.

How can I make the whole thing be in

1) 1.5 spacing
2) Larger font
3) Different font
4) Bolder throughout but still with bold headings that stand out.

ie more dyslexia-friendly/restricted vision friendly

Thank you.

 
You'll need to use better/more html and css. Theses pages inherit your standard board styles, so if you want more spacing here or different fonts, you might want it everywhere? if so, that's easy to adjust in the Typography style property area.
Otherwise, you'll have to define either specific styles and attach it (eg, <p class="mystyle">text here</p> and then have a .mystyle { } css class in extra.css to add spacing, bold, fonts, etc.

For quick changes,

wrap your headers in <h2>Tags</h2> That will make them big and bolder.
 
Thanks. I don’t really want to do anything sitewide really - in case I mess things up and spoil the look! But if the terms are more accessible, they link other accessibility options.

I did try pasting it all into an online html thing once but it didn’t seem to work in Xenforo. There was an awful lot of code - I think it said you had to pay to get shortened code versions.
 
Back
Top Bottom