Jump to content

AmmarAhmadKhan

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by AmmarAhmadKhan

  1. My website link is www.618design.co Hey everyone, just wanted to see if this is a squarespace specific issue but it has been ages since my website went live and it is not indexed on Google. I connected my Google Console to Bing Webmaster tools 3 days ago and today I saw my that my website is indexed and available on Bing. Google is taking too long and I have seen multiple threads on here where many people are having indexing issues. I went through my website and made sure all internal linking is good. My sitemap also looks good (to my untrained eye) and my robots.txt file is the default so I don't think there is any problem there. Anybody else dealing with this? Anybody solved it? Would love any advice to get indexed on Google faster. I also have a blog that I want to get indexed quicker on Google as articles start rolling out but it seems that other bloggers are dealing with very long wait times for a simple blog page to get indexed. Have there been any improvements from Squarespace's side?
  2. I would like to further add that I have done the white and dark inversion by changing the header colour setting to "Dynamic" and the logo changes colour because I have added a small block of code on all the "dark" pages that inverts it. I do not have the premium or business plans so I am not able to do code injections. Rather I just add a code block onto a section and paste my code in there. I don't know if this if this is relevant information, I am just sharing it for clarity so if you help in writing this code then you have the full picture of whats going on behind the scenes.
  3. Hello everyone, I would like some help with CSS for my website. I am using a code that was generated through ChatGPT to add a swiping underline when hovering over a header element. Right now it only generates it in black. But if you navigate through the website some of the sections are dark and that changes the header setting from black to white (including my logo). I would like the swiping underline to also change to white where the first section is displayed in dark mode. Here is the code to create the swiping underline. /* Add swipe animation to the underline */ .header-nav a::before { content: ''; position: absolute; bottom: -1px; /* Adjust this value to position the underline */ left: 0; width: 0; height: 2px; /* Adjust this value for the underline thickness */ background-color: black; /* Adjust this value for the underline color */ transition: width 0.3s ease; /* Animation duration and timing function */ } /* Trigger animation on hover */ .header-nav a:hover::before { width: 100%; } If somebody could help adding a command that has it change according to the theme of the first section of the page it's on then I would be very grateful. Cheers!
×
×
  • 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.