HI,
I am building on the Agency template and have a couple of items that I need help with.
-
I have switched the layout to use inline navigation instead of stacked. This has left the colored line that normally goes under the nav to instead be lined up in the middle of the navigation text, like a strike-through. How can I move this line down to under the text, or optionally remove it completely?
-
I found a piece of code in the forums for adjusting the text color in the footer so it will show on my background. But after adding it to the CSS, my hover links are no longer showing the hover color. How can I get my hover color back?
.x-colophon.bottom .x-nav li:after, .x-colophon.bottom .x-nav li a, .x-colophon.bottom .x-colophon-content p, .x-colophon.bottom .x-colophon-content a {
color: #fff !important;
}
Thanks in advance,
Dawn

