Karin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Responsive design problemYeah I’m already doing that. But I can’t find the piece of code anyway…
Forum: Everything else WordPress
In reply to: Google displays sample postsAh alright cool! Thanks for the help!
Forum: Themes and Templates
In reply to: Hover in menu change imageAhh I managed to fix it! I excluded the code in the twenty ten theme.
/*
#access li:hover > a,
#access ul ul :hover > a {
background: #333;
color: #fff;
}
*/And then everything went well 🙂
Forum: Themes and Templates
In reply to: Hover in menu change imageThanks! I managed to get the current_page_item to work now!
My other problem is still there though… I can’t get the black hover box to disappear. And I can’t find out how to target the hover on separate menu items.. only for the entire menu…
I tried to make the entire menu hover invisible but then the whole image becomes invisible when I hover…
Any ideas?
Oh and here is the page so you can see how it looks!
Forum: Themes and Templates
In reply to: White background to widgetThank you, it worked!
Somehow it didn’t work when I put the code in the end of the document.
Now when I put it in the top it worked.Could that mean I have a broken piece of code somewhere in the document?
Forum: Themes and Templates
In reply to: Add white background to my posts/pages Twenty TenThank you! It worked!