SOLVED: Entry title colors

Sep 26, 2006 15:47

Hi, I'm a beginner at this, and sorry if the question has been answered before, I've looked around at the previous entries to find a solution to the problem but still no success.


Read more... )

entries:header:colors, page:skiplinks

Leave a comment

Comments 12

redwolf September 26 2006, 09:30:26 UTC
You're on the right track. Where you got derailed is the sticky post header is text and the entry headers and links. The link colour was overwriting the text colour. Give this a shot:

/* entry heading size and colour */
.asset-name,
.asset-name a:link,
.asset-name a:visited,
.asset-name a:hover {
color : #B6DD77;
font-size : 25px;
}

/* previous-next link colour */
.prevnext a:link,
.prevnext a:visited,
.prevnext a:hover {
color : #B6DD77;
}

Reply

inabear September 26 2006, 10:18:11 UTC
Yipee! It's fixed. Thank you very much. :D

Reply

arnogseel July 2 2008, 19:25:36 UTC
hi!

if i want to change the font face of the entry header, what can i add to the code you gave us? (which work like a charm btw! thanks!)

i want it to be teh same font as "profile" in the side bar.

thanks in advance!

Reply

redwolf July 2 2008, 21:26:40 UTC
I could be wrong, but I thing you're using Trebuchet. Try adding the attribute:

font-family: "Trebuchet MS", Arial, sans-serif;

to any section that is reverting to the default font face. It may take a little while to track down all the overiding sections.

Reply


Leave a comment

Up