nicolelee
Member
Posted 8 years ago #
Hi, I'm currently using WP 1.2.1 and just started using the Toni Green stylesheet from alexking.org. I noticed with the default wp-layout.css, the search field and calendar are present. But when I use the Toni Green stylesheet, the search field and calendar are gone. I'm not sure what differentiates the two stylesheets that makes the search field and calendar appear/disappear.
Any help?
Check the css - it probably has something like this:
#calendar {
display:none;
}
If you do want it, just remove that part.
nicolelee
Member
Posted 8 years ago #
Does that work with the Search field too?
nicolelee
Member
Posted 8 years ago #
Never mind, problem solved.
nicolelee
Member
Posted 8 years ago #
Oops, didn't see your reply before I posted mine. Thanks for the help, but I just found out the stylesheets came with instructions -- duh! Thanks anyway though!