Quote:
Originally Posted by Alda
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">