body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
color: #333333;
background: #000;
}
What am I doing wrong?
| Author | Comment | |||
|---|---|---|---|---|
kissybissy |
|
Lead | ||
|
Posts: 19 30-Oct-09 10:10 AM |
I want a bigger font for the posts, but I get this message "Sorry you have already used that title. Please choose another title.", when I try to
change this part of the CSS
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 62.5%; color: #333333; background: #000; } What am I doing wrong? |
|||
|
|
||||
zoetko |
|
#1 | ||
|
ADMINISTRATOR
Posts: 348 30-Oct-09 10:15 AM the kute one |
Hi there,
If you goto design area, customised skins, you simply have two named the same, change one of them to another name
Zoe |
|||
|
|
||||
kissybissy |
|
#2 | ||
|
Posts: 19 30-Oct-09 10:16 AM |
How do we re-name the skin?
Also, is it possible to englarge the text of the posts only, not the size of the text of everything else?
Last Edited By: kissybissy 30-Oct-09 10:18 AM.
Edited 1 time.
|
|||
|
|
||||
zoetko |
|
#3 | ||
|
ADMINISTRATOR
Posts: 348 30-Oct-09 10:18 AM the kute one |
If you edit the skin, click on "edit html", you will see there is a box at the top with the name of the skin, you can change it in there
Zoe |
|||
|
|
||||
kissybissy |
|
#4 | ||
|
Posts: 19 30-Oct-09 10:20 AM |
Thanks.
Is it possible to enlarge the text of the posts only, not the size of the text of everything else? I enlarged the font, but it enlarged the text of the home page and headers, not of the posts, which is what I have in mind.
Last Edited By: kissybissy 30-Oct-09 10:23 AM.
Edited 3 times.
|
|||
|
|
||||
zoetko |
|
#5 | ||
|
ADMINISTRATOR
Posts: 348 30-Oct-09 10:29 AM the kute one |
There sure is, add this to the bottom of your skins advanced css:
.post-body {font-size:14px;} Just change 14 to the size that suits you
Zoe |
|||
|
|
||||
kissybissy |
|
#6 | ||
|
Posts: 19 30-Oct-09 10:29 AM |
Thanks.
|
|||
|
|
||||
zoetko |
|
#7 | ||
|
ADMINISTRATOR
Posts: 348 30-Oct-09 10:49 AM the kute one |
Your welcome
Zoe |
|||
|
|
||||