| | |

Menu Button Background Transparency Makes Text Transparent [FIX?]

Problem: Menu button’s hover background is 50% transparent (this is good). But it also makes the text inside the menu button 50% transparent (this is bad). Desired result: Text inside the button should remain solid-colored when the button’s hover background is 50% transparent. Solution (maybe?): Maybe this will keep the text solid-colored while the menu button’s hover…

| |

WordPress: Adding Home Page Link to Pages Menu

Adding a “Home” link to the Pages Menu in WordPress 2.9.2. Example site: http://www.toryclark.com/ One simple change to the header.php file makes the Home page link show up in the Pages Menu. Add the number “1” between the = symbol and the & symbol. See red-colored 1 in the second example below: Find: <?php wp_page_menu(‘show_home=&sort_column=menu_order,…