Jump to content

farmaDistribuidorajj

Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by farmaDistribuidorajj

  1. Thank you so much Bsmither! What I did, in foundation template, I hide the cattegory (box.navigation.php) and I put my menú code: <style type="text/css"> .id { margin:0px; padding:0px; } #header { padding:0px; width:100%; font-family:Arial, Helvetica, sans-serif; } ul, ol { list-style:none; } .nav > li { float:left; } .nav li a { background-color:black; color:white; text-decoration:none; padding:15px 10px; display:block; } .nav li a:hover { background-color:blue; } .nav li ul { display:none; position:relative; max-width:220px; } .nav li:hover > ul { display:block; } .nav li ul li { position:relative; } .nav li ul li ul { right:-140px; top:0px; } </style> <center> <div id="box-navigation"> <nav class="id"> <ul class="nav"> </br> <li><a href="index.php">Inicio</a></li> <li><a href="about-us.html">Acerca de nosotros</a></li> <li><a href="sale-items.html">Nuestros productos</a> <ul> <li><a href="material-de-curación.html">Material de curación</a></button></li> <li><a href="depósito-dental.html">Depósito dental</a></li> <li><a href="reactivos-y-suministros-para-laboratorio.html">Reactivos y suministros para laboratorio</a></li> <li><a href="material-para-veterinarios.html">Material para veterinarios</a></li> </ul> </li> <li><a href="terms-and-conditions.html">Términos y condiciones</a></li> <li><a href="privacy-policy.html">Política de privacidad</a></li> <li><a href="contact-us.html">Contáctenos</a></li> </br> </br> </ul> </nav> </div> </center> So, instead categor ybar on the top, there is my own menú. Also I hide the search bar (box.search.php) and the documents box at the bottom (box.documents.php). Maybe someone can help me, because I want to show the box.search.php only when customer is on products page or another category page.
  2. I'm using the e-tone skin. I'd like to find this code in my store files, so I can edit them with html code and make a dropdown menu only in that option. Anyone knows the directory of the code?
  3. That element that i'm selecting (Productos) is a document, along with index, contact us, etc... I made it with a link to "sale-items.html", so when I click on "Productos" it shows me all products. But I want to find the code html of that element so I can edit with html code to make the dropdown and when I pass my mouse over the text, it can show the categories. Thank you for answer btw, How can i put the guts of the "Shop by Category" (aka the "Navigation" bar) into the "Products" item of the SiteDocs bar??
  4. Thanks for your answer. I already did that, but I put a document on the bar with the name "Productos" and when click it takes you to "All items.html" I want to create a dropdown menu when you pass the mouse over the link "Productos" showing all categories.
  5. This part of my menu (it means "products") i want to create a sub dropdown menu with my 4 categories of products. ¿Can anyone help me with that? I will thank you so much!
  6. thanks for answer. So, the email I set up in that section, is the email where I'll receive my notifications and also from where my customers will receive their notifications?
  7. Hi verybody, anyone can tell me where to set up my email to receive notifications when someone performs an order? thanks
×
×
  • Create New...