Inline list won't change color
-
Hey all,
I have been writing a footer at the bottom of my site to have inline (left to right) text, however the color won’t change. I am using a widget.
I tried a few things including adding a span style. Anyone? I’m using the Thesis theme.
<ul id=”footer-menu”>
<style>
.nav1 li {
display:inline;
padding: .2em .6em;
color: #fff;
}</style>
<div class=”nav1″>
<span style=”color: #FFFFFF; font-size: 10pt;”>
- Home
- Bio
- Services
- Testimonials
- Products
- Media
- Gallery
- Blog
- FAQs
- Contact
- Terms Of Use
- Privacy Policy
- Site Map
</span>
</div>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Inline list won't change color’ is closed to new replies.