Again:Horizontal footer menu
-
Hi all,
I know this topic has been tackled at least twice before. i looked at both https://www.ads-software.com/support/topic/horizontal-footer-menu?replies=5
and
https://www.ads-software.com/support/topic/plugin-for-a-footer-navigation-menu?replies=9
but i kind of got lost.I used the code inside this thread, https://www.ads-software.com/support/topic/plugin-for-a-footer-navigation-menu?replies=9, but with no luck!
i added
<ul class="navmenu"> <?php wp_list_pages( 'title_li=' ); ?> </ul>
in the footer.php
and in the style.css
ul.navmenu {margin:10px 0;overflow:hidden;} ul.navmenu li {padding:0 30px 0 34px;list-style-type:none;display:inline;} ul.navmenu li a,#footernav a:active,#footernav a:visited{color:#<strong>COLOR OF CHOICE</strong>;text-decoration:none;} ul.navmenu li a:hover{text-decoration:underline;}
This didn’t work.
Could anyone help in this?Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Again:Horizontal footer menu’ is closed to new replies.