Jump to content

AntonyO

Member
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

AntonyO's Achievements

  1. Hi all. Does anyone know what the following code would be in 7.1 The plan is to remove the shopping cart icon from certain pages and leaving visible on the rest. Cheers Antony /* hide cart on all pages */ .Cart { display : none; } /* show cart on some pages */ .collection-type-products .Cart, /* products page */ #cart .Cart /* cart page */ { display : block; }
  2. Anybody any ideas on this please?
  3. Hi, I am looking to change the logo link in the cart page specifically. I have managed to do this on various other pages using PAGE HEADER CODE INJECTION in 'Advanced', however, I believe I may need further code for adding this to #cart via the CSS. Here is the code I have been using in the PAGE HEADER CODE INJECTION for the other pages that I have successfully changed. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(document).ready(function() { $(".header-title-logo a").attr("href", "https://bravehero.com"); }); </script> Thanks in advance. Antony
  4. Perfect! Thank you, Ziggy!
  5. Hi Ziggy, This is being placed in the Page Header Code Injection of the Store Page, as I only need to remove it from the Store Pages as we direct into here from outside links. I am also hiding from the Cart via the CSS. The URL is www.thesignbridge.com/flat-cut-letters-logos
  6. Hi Ziggy, Thank you for your reply, I have tried the following 2 options, but unfortunately, it still has the same results. The Menu is still camouflaged and still clickable and active. <style> @media screen and (max-width:767px) { /* hide burger */ .burger-box { visibility: hidden; pointer-events:none; } </style> and <style> @media screen and (max-width:767px) { /* hide burger */ .burger-box { display:none; } </style>
  7. Hello, Is there a way to remove the burger menu on mobile in 7.1, rather than simply 'hiding' it. I found the code below, but it only hides it, the actual menu is still there and clickable. <style> @media screen and (max-width:767px) { /* hide burger */ .burger-box { visibility: hidden; } </style> This also means that the shopping cart does not move over to the right, which would be ideal. Thanks in advance Antony
  8. Hi there, Hoping somebody can help. We currently have our main business site that introduces ourselves and our products and services, but we do not have a 'Shop' as such as our services are very much bespoke to each individual customer. However, outside of our main business, we have a sideline - a simplified version of the main business with 'off the shelf' products. What I would like to do, is make use of the commerce section of our main website and link to that from the outside advertisments. The problem I have is that ideally, I do not want the main face of the business to be seen as it could muddy the water for those that just want a simple ordering process. Therefore what I ideally want to do is to customise the navigation menu on the initial Store 'landing page' (which is current a non-linked page) that external customers are sent to. BUT THEN, also customise the navigation on the subsequent product pages also. I have have found ways to hide the headers and footers, but this isn't ideal - one reason being that if you hide the header, you also hide the shopping cart. The short of it is - can I change the navigation menu on my landing page and the subsequent following product pages? if so - how? If not - can you suggest a workaround? If I have to hide the header completely - how can I then bring in a shopping cart button to the product pages? Thanks in advance Anyone got any ideas?
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.