for instance by changing the top and bottom margin of the tagline:
p.tagline {
margin:10px;
margin-top:-20px; margin-bottom:30px;
padding: 0;
font-size:2.0em;
font-weight: bold;
color: #3399ff; }
i assume you know how to do this from the admin area; this atuahalpa theme has a lot of possible adjustments.
Tom,
I noticed that in your html source code, there is the following:
h1.blogtitle {
margin:1;
padding:5px;
letter-spacing:-1px;
line-height: 1.5em;
font-family: hoefler, text;
font-size: 400%; }
magin:1 doesn't look right. You should maybe try replacing that with 10px or something smaller. Usually CSS has units of px or em.
copwriter
Member
Posted 2 years ago #
Back to the original question: I want to change just one word in my blog title to italics. The (bare) index page is at
http://timdees.com/wordpress2.8.4/?page_id=2.
I want to change only the word "criminal" in the title to italics. You will see I tried to do it with a standard <i></i> tag, and it came out literally. Is it possible to change the font, color, or other characteristics of that one word to make it stand out from the others?