Add this to Custom CSS to prevent dropdown menu down arrow colour changing from white to black on hover.
#header-menu > li.menu-item-ancestor:hover > a,
#header-menu > li.current-menu-item > a,
#header-menu > li.current-menu-ancestor > a {
background-position: -877px -236px;
}
Edited post:
1. Fix Hot Deals link in footer. It returns 404
2. Decrease footer bottom margin to 10px and top padding to 20px
#footer {
margin-bottom: 10px;
padding-top: 20px;
}
3. Properly align Most Popular Posts widget
#ws_widget__ad_codes-41 ul li {
padding-left: 18px;
text-align: left;
}
4. Decrease Submission form iframe width to 620 on App Reviews page.