Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Fixing WordPress
    In reply to: PHP 5.4
    Thread Starter mk2013

    (@mk2013)

    I have Busy Bee by Woo Themes, version 2.0.1.
    It’s at least two years old. WordPress isn’t showing any updates that are available for it. Plus there is a bunch of custom code in it, so I was hoping that I wouldn’t have to completely update the theme.

    Thread Starter mk2013

    (@mk2013)

    I removed this code from “loop.php”:

    <div class="entry-utility">
    
    				<?php whispy_posted_on(); ?>
    
    				<span class="meta-sep">|</span>
    
    				<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'whispy' ), __( '1 Comment', 'whispy' ), __( '% Comments', 'whispy' ) ); ?></span>
    
    				<?php edit_post_link( __( 'Edit', 'whispy' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
    
    			</div><!-- .entry-utility -->

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Thread Starter mk2013

    (@mk2013)

    Andrew’s code fixed the main menus too.

    a, #access ul ul :hover > a {
    background: #79a90c !important;
    }

    Thank you both!

    Thread Starter mk2013

    (@mk2013)

    Thank you!

    I added background color to line 479 and it worked.

    How do I get the main menus to change color when I hover over them?

    I didn’t go with the other option as I’ve already made a buch of other modification to the theme’s files and I don’t plan to do theme updates. (Hope that isn’t a bad idea)

Viewing 4 replies - 1 through 4 (of 4 total)