How to make the “Pages” appear under my header
-
Hmmm, if I move the widgets in the left sidebar over to the right sidebar, the hover color changes. Must dig deeper.
-
-
-
Here is your code:
#primary,#secondary a:hover { color:#BDB6A3; }In order for this to work on both sidebars, you need to have them like this:
#primary a:hover, #secondary a:hover { color:#BDB6A3; }HTH
-
-
Thanks devblog, I’m having fun with this – which is why I got the CSS upgrade the other day for thumbz. My clients are pretty conservative lately and I’ve had little chance to play with CSS.
- The topic ‘How to make the “Pages” appear under my header’ is closed to new replies.