- This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
January 18, 2010 at 3:39 pm #27618
ssor
MemberHello,
I’d like to try switching the background colour of my blog on each visit automatically, ala tweetCC.
I have the following script, placed it in the header.php of my WordPress theme folder but its not calling the colours.
Code:January 18, 2010 at 9:05 pm #69608Argeaux
ParticipantDo you have the class names it gives to the body element in your css file?
For example <body class="bg-color-340d0e">. If you havent got that class in your css file nothing will happen ofcourse.
January 19, 2010 at 4:37 am #69624ssor
MemberAhhh, that would be it. Thanks Argeaux.
EDIT:
Not quite there, I can get the background switching two colours and default to white… This is my CSS:
Code:body {
background: #f1eedd;
color: #000;
text-align: center;
}.bg-color- {
background: #f8dcef;
background: #b2e5de;
}AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)- The forum ‘Back End’ is closed to new topics and replies.