josefern
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: help!thanks for the link, looks like lots of errors. I made one change to the index file earlier todayabove that may have caused this, but I was sure it was working on on IE, now at home on safari it looks totally wrong. I took a copy of all the code before I touched it, ill put it back tomorrow to see if it changes.
The changes I made where to take out the expand comments but I can’t find that code anywhere now (got it from a thread on here) to put it back
Forum: Fixing WordPress
In reply to: help!thanks, I don’t know CSS 🙂 hmm
Forum: Themes and Templates
In reply to: change header colorthanks Binni_77
where do I place the code? under the /* Header */ or /* Menu */ section
and I what the color to be f5f5f5
so it is
#menu ul li a:hover {
color:#f5f5f5; /*balck color*/
}
#header a:hover {
color:#f5f5f5; /*balck color*/
}do I replace any css?
sorry for all the questions! 🙂Forum: Themes and Templates
In reply to: change header colorthanks alchymyth!
a couple of questions
re the header, I added#header {
height: 216px;
background: #F5F5F5 url(images/header.jpg) no-repeat center;
}but didnt seem to work?
also with the menu, I changed the header color but need to change the font color as when you hover over and click the font turns white and dissapears?
thanks for your help!