View Single Post
Old 01-24-2011, 04:19 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,133
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Alda View Post
Hello,

Can anyone give me the code to make the headings (heading 1) into a different color (red) in Sigil?

Also, where exactly would I put that code?

Thank you!

Alda
if all H1 are to be 'red'

In the style sheet
h1 { color: red }

if only some items;

.makered {color: red; font-weight: bold; text-align: center;}
(I added centered and bold to the example for grins )

and in code view (CV)
<h1 class="makered">
theducks is online now   Reply With Quote