How/Where do I edit Separator with Text font?
Hi,
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: http://staging.hobbyrenderer.com/?p=1333 to be bigger
Thanks in advance
~s
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: http://staging.hobbyrenderer.com/?p=1333 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.