Reply To: Active Submenu Text and Background Color, Newsbox Featured Image


imaginem
Support

Hi,

1. Could you edit /css/menu/superfish.css

Add following to end of file

.homemenu ul ul li.current-menu-item a {
    background: #D3D3D3;
}

This will change background to a grayish color.

2. The post formats are located in /includes/postformats/

Each type of post format is placed with a friendly name relating to the postformat. You’ll need to edit the file and remove the function display_post_image

Best if you can contact a developer on this.