Jump to content

Some Frontend Modification Questions


jumpmantang

Recommended Posts

please take a look on http://order.mfdfood.com.au.

 
There are few things that I need to modifications urgently, hoping experts here can give me some direction please.
 
1.  Front end top left login menu - hide "My Wishlist" (wishlist function already disabled)
2.  Front end Megamenu - disable the menu to fix to top when scrolling, reduce sub categories font by 1 step and reduce the spacing between each sub sub categories
3.  Home page "New Products" show 6 products on a row, also adding "add to cart" button below image.  Current the theme makes the button show up when mouse hover over, I need to make it as permanent button below image.
4.  Category page (Grid View), show 6 products on a row, also adding "add to cart" button below image.  Current the theme makes the button show up when mouse hover over, I need to make it as permanent button below image.
5.  Category page (List View), remove "Add to Wishlist" and "Add to compare" button, reduce the height of product image to match the height of the 2 buttons on the right ("Add to cart" and "Quick View").  Reduce spacing between each row of products accordingly.
6.  Reduce the whitespacing above and below the top logo.
 
I tried to contact some freelancers and developers, but they never got back to me, so hoping community here will find some help.
Link to comment
Share on other sites

Hello.

1.
.top_menu #top_menu li:nth-child(2) {display:none;}

2.hide scrolling menu:
in file http://order.mfdfood.com.au/themes/lab_orenmode_1/css/global.css
line 9145
add to style:
display:none;

reduce sub categories font by 1 step:
http://order.mfdfood.com.au/modules/labmegamenus/css/custommenu.css
line 569
change font-size

reduce the spacing between each sub sub categories:
http://order.mfdfood.com.au/modules/labmegamenus/css/custommenu.css
line 569
change line-height

3.paid work.
4.paid work.
5.
add to file
http://order.mfdfood.com.au/themes/lab_orenmode_1/css/global.css
.product_list.row.list li.lab-Wishlist,.product_list.row.list li.lab-compare {display:none;}

Other improvements to paragraph 5 - paid work.

6.paid work.

With regard to items with paid work write post in job offers section
Or write me pm.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...