Hello Michel,
Quote:
color for the tags h2 to h4
You may use the following CSS code snippet in Extend Settings to change the color of h2 to h4 heads,
h2, h3, h4 {
color: #7ab80e;
}[/CODE]
[QUOTE]change the size of the font for the primary font?[/QUOTE]
[CODE]body {
font-size: 18px;
line-height: 1.5;
}[/CODE]
Thanks[CODE]h2, h3, h4 {
color: #7ab80e;
}[/CODE]
Quote:
change the size of the font for the primary font?
body {
font-size: 18px;
line-height: 1.5;
}[/CODE]
Thanks[CODE]body {
font-size: 18px;
line-height: 1.5;
}[/CODE]
Thanks