Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hi, I've just downloaded and having a quick play. Perhaps I'm being stupid but how do change your default definitions for example Heading 1? The default for H1 in a new blank document is 24pt Arial... what if I want H1 to be say 30pt Times New Roman.... I can't see how you do that (obviously not talking about manually changing it each time I use it). Thank you and thank you for the app too! |
||||
|
I don't think there is a way to change the default, you have to do this manually I guess. |
||||
|
Thanks, it's not me being stupid then! I guess you could override the css h1 { font-family: "Times New Roman", Times, serif !important; font-size: 30pt !important; } not the best and it's no longer WYSIWYG however as long as the change isn't that obvious formatting wise then it might not be a problem. |
||||
|
crambie, yes you can do that (in fact I'm using that as well). You will need the Pro version of Rocketcake. Probably best to edit the CSS on your masterpage (if you have one). 1. Open your masterpage in RC 2. From the menu select View->HTML Code of Page 3. Select "Additional CSS Styles" in the drop-down 4. Enter your CSS in the text field below the drop-down Don't forget to shift+reload in the browser after your published to see changes. |
||||
|
Martin: That looks like a good fix, but exactly what would the entry look like to add to the css? |
||||
|
Hi avery, use the snippet posted by crambie above. It should do what you intended. You will need the Pro version of RocketCake tough. Don't forget to shift+reload in your browser to see the effect (reload alone not sufficient). Martin |
|