This is my first time working with Expressive, and I'm using the "Endless Summer Pink" theme as a base. Thanks to you all, I have my header up, the Title Description gone, and the journal width fixed, but I'm having a hard time with the Navigation Links. I'd like to
(
Read more... )
So, if I'm understanding correctly, you want to put the nav links outside the pink border?
Reply
And yes, I want the nav links outside of the border. Originally it was overlapping in a weird place, but I figured out how to at least get it centered for the time being.
Reply
Remove the existing CSS you have in the #header-content-inner section and replace it with this:
#header {margin-bottom: 20px;}
#header-content-inner {
position: absolute;
top: 390px;
left: 250px;
}You can tweak the numbers however you want until it looks right.
.nav .item {border-left-style: none;}
#header-text a {color: #xxxxxx;}
a[href*=memories] {display: none;}
These lines will remove the dividers, change the color (change the xxxs), and remove "Memories", in that order.
Reply
As far as the link color goes, I was wondering if there was a way to change the color of the link that links to the journal entry w/the comments. I've changed my "Leave a Comment" link to pink, but would also like to change my "10 comments" link to make it stand out with the "leave a comment" link.
Reply
Reply
Thank you so much for your help!
Reply
i am trying to change the color of my nav bar. if you check out my lj, right now it's invis bc it's black (it's right on top of my "ǝʌıʇɔǝdsɹǝd ɹnoʎ ǝƃuɐɥɔ 'ʎʇılɐǝɹ ɹnoʎ dılɟ" quote. you can see it if you highlight that area).
i've tried #header-text a {color: #xxxxxx;} but that doesnt work. help?
thanks in advance!
Reply
#header .nav a { color: #xxxxxx; }
instead.
Reply
Reply
Leave a comment