SOLVED: Entry/sidebar border color change, moving of nav-links & highlighting subject lines

Jul 02, 2011 04:54

 Hi, I'm a total newbie to the CSS, but thanks to this comm I managed to customize almost everything I wanted...however there are 4 things I couldn't find anything about (searched the tags through).

1. If it's possible I want to change the color of the border-line between entries and the sidebar to #151B8D Solved!

2. I would like to move the nav- ( Read more... )

entries:header, sidebar:borders, header:nav links

Leave a comment

av8rmike July 6 2011, 13:05:34 UTC
1. It looks like you've already done this ...?

2. You can't do this with just CSS; you need a theme layer.

3. Have you tried adding to .asset-name {} something like background-color: xxxxxx; ?

4. You could do this:
#content { margin-top: 5px; }

Reply

Nav at the Bottom anarano July 11 2011, 16:34:37 UTC
Re: Nav at the Bottom av8rmike July 11 2011, 16:59:04 UTC
I had been trying to do something like that before I answered, but I couldn't get it working, so I assumed it wasn't possible. I seem to recall some browsers (probably IE) having problems with absolute positioning. Maybe that's not so much an issue any more. Thanks!

Reply

Re: Nav at the Bottom anarano July 11 2011, 17:03:30 UTC
Thank you(!) for checking :)

Reply


Leave a comment

Up