How/Where do I edit Separator with Text font?
How do I edit the Separator with text?
I tried creating a new class with CSS but it didn't seem to help.
I created .h3.TallerFont in custom CSS, but when I call on the extra class, nothing happens?
I want the text in Step 1 on this page: [Links visible only for registered users] to be bigger
Thanks in advance
~s
Comments
h3 is not a class name, you can use use "." (dot) before it. The css should be h3.TallerFont instead.