Orkid:
Hi Gunni,
Sorry for trouble again. Do you have any idea, how/where do I disable/remove the link tabs in the drop down menus (Information-->General Info-->Gift Certificate faq, Discount coupon and Newsletter subscription at the top ? We don't use or give any of these.
Thank you.
Regards, Lee
Hi Lee,
No trouble at all.
I worked with "Responsive sheffield blue 2" template and it is made by the same person Anne from
picaflor-azul.com who made your template "Winchester black" so thinds are similar.
Meaning to say, you could find more answers to your template questions on this thread:
https://www.zen-cart.com/showthread.php?217203-Responsive-Sheffield-Blue-v2-0
Regarding your question, to hide "links" on the upper part, you will need to make a state of "display:none"
as follows:
includes/templates/Your_Template/templates/css/stylesheet.css
around line 359:
.slimmenu li.brands-li{display:none;}
.slimmenu li.info-li{display:none;}
This will hide the "brands" and "info" on desktops.
To do the same on mobiles:
around line 359 on the same file:
.slimmenu.collapsed li.brands-li{display:none;}
.slimmenu.collapsed li.info-li{display:none;}
You will need to find your "link" name in order to add it as above.
Good luck :wink: