I've changed my title stlye color h1 using the following code:h1 {paddi
-
Paulkt16Asked on March 06, 2014 at 04:52 AM
I've changed my title stlye color h1 using the following code:
h1 {
padding-top: 10px;
font-size: 200%;
color: #FF5C01;
font-weight: lighter;
Works ok in designer but not in preview or when embedded. Am I missing something obvious?
This is a re-post of a comment on How to Inject Custom CSS Codes
-
jedcadornaAnswered on March 06, 2014 at 07:26 AM
Hello,
Thank you for contacting us.
Add .form-header after h1 { }, that would be something like this
h1, .form-header {
padding-top: 10px;
font-size: 200%;
color: #FF5C01;
font-weight: lighter;
}
-
Paulkt16Answered on March 06, 2014 at 09:22 AM
New code works a treat. Was delving into Firebug for the first time and noticed the .form-header class also. Form now gives "orange" title in preview and when embedded.
Thanks for your speedy reply.
-
jedcadornaAnswered on March 06, 2014 at 09:25 AM
No worries. I forgot to mention about firebug, anyways feel free to post a new thread if you have any problems.