Jump to content

Sahil007

Circle Member
  • Posts

    33
  • Joined

  • Last visited

Everything posted by Sahil007

  1. Thanks for making me aware of the issue. I did add a link, but seems it somehow got deleted before posting. The site i public. Here's a link to a page with the issue present: https://vibraphone-cheetah-jwk6.squarespace.com/produkter/p/rondellsaks-prinzing-kse-25-100
  2. Hi there I've coded this page quite a bit, including using a plugin. I've moved around the order of content from "additional info" to fit my needs. It was working fine when I finished the site some time back, but I've noticed now that videos added through "additional info" seem to have disappeared. Through the inspect tool I can see that the block is still present, just invisible. I've tried removing the CSS and code injection, but can't seem to get the video back on my own. Would anyone be so kind as to help me resolve this issue? Thank you. Sahil
  3. Is there any way to change the font color on the chart block? It's quite hard to read on dark backgrounds. If somebody knows how to change the colors of the lines it would be a great help as well.
  4. I was wondering if it's at all possible to adjust the SEO for individual categories within a shop. Since it's all different URLs I was hoping to have control over the SEO for every category. Instead, I could only find the SEO options for the store as a whole. If anybody could tell me whether this is possible or not I'd greatly appreciate it.
  5. @Beyondspace I realize now that the white segment at the bottom is just leftovers from the white within the excel file. My bad. But do you have a solution to make the scroll area transparent? or perhaps another color such as black?
  6. I didn't quite understand where to put it within the code. I end up getting errors. Would you mind showing me? This is the code I'm using: <iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSn1lrPGQwk4fOesggRe857RvFh_eCSaZf-GUaEQv0xKki_XJrOnsaOZ_fP0csLndMzHSUrfzhtGxVd/pubhtml?gid=0&amp;single=true&amp;widget=true&amp;headers=false"width="100%"height="400px";> </iframe> I'm able to insert it and have the header disappear, but the white section under the table remains. As well as the background behind the scroll section.
  7. URL: mango-silver-m9c6.squarespace.com Password: 1234 Hi there, I want to do some style changes to a google sheet I've embedded. I've made a test site to illustrate the problem. I'm unable to target any ids or classes through the CSS editor. As far as I understand it might be because iframe style is locked in some way. It should be possible to convert the iframe content to divs with a script and then customize the CSS, but I don't know how to do that. I've attached a picture of what the table looks like now and what I want it to look like. If anyone could help me out I'd greatly appreciate it. A bonus would be having the ability to change the color of the border and scroll section as well!
  8. Woooow, that did the trick! Thank you so much for your help!! 🙌 🙌 🙌
  9. Site URL: https://www.provocativo.com/news Hi there, I'm working on trying to match my blog title's line height to the ones on the rest of the site. The problem is I can't seem to get it tighter than attached example. On the homepage the line height scales along nicely when decreasing font size with CSS, but not with blog titles. Any help would be super appreciated! CSS used: /* CSS FOR MOBILE */ @media only screen and (max-width: 767px) { /* Start Insert Code for Mobile*/ // Header h1 h1 {font-size:4rem !important} // Header h2 h2 {font-size:2.8rem !important} // Header h3 h3 {font-size:2.3rem !important} // Paragraph p {font-size:1rem !important} // blog list // h1.blog-title a { font-size: 2.8rem !important; line-height: 1rem !important;} // blog pagination // .item-pagination-title {font-size: 1.2rem !important;} }
  10. Figured it out. Was missing the overflow: hidden;
  11. Site URL: https://turtle-smilodon-9sl8.squarespace.com/ Password: 1234 Hi, I'm an amateur testing some coding, and require some hover coding help. I've made a few coding blocks with images to enable a custom lightbox setup. I'd like the image to scale up on hover, but am unable to keep the image scale within the divs bounds. I've attached examples of how the image scales up beyond its original borders. Could anyone be so kind as to help me solve this?
  12. Site URL: https://vibraphone-cheetah-jwk6.squarespace.com/alle-produkter/p/manuell-bndsag-bianco-280-m-60 Password: 1234 Hey there. I've done some custom CSS on my page and bought an "Enquire" button plugin to replace my "Add to Cart" button. Problem I'm having is that the enquire button won't dynamically change sizes and alignment with the two buttons over it (third button from the top). Are there any CSS code experts that could help me out?
  13. Not quite. I've attached a quick sketch of my ideal design. In a perfect world I'd also be able to add videos under the product description as well.
  14. Of course, sorry I hadn't already: https://vibraphone-cheetah-jwk6.squarespace.com/alle-produkter
  15. Site URL: https://vibraphone-cheetah-jwk6.squarespace.com/ I've been able to use a few different scripts to move additional info block up into the product information. But I want to move the description of the product down below the product structure. I have quite a lot of text on some products so want it to be able to move the text down and use the full inset width of the page. Any way to code this? Password: 1234
  16. I have yet to upgrade my plan, but will go for the business options once I do. What solution did you have in mind?
  17. I'm setting up buttons on product pages that lead to a form block on a contact page. I want to know whether parts of the form can autofill with information about the product page that leads to it. For example the product title with a prefix. Alternatively if I can set up the button to open a mail and autofill the subject line with the product title alongside a prefix.
  18. I'm trying to change the header color for the access denied screen when people try to access a members only page. I'll give this trick a go.
  19. Site URL: https://vibraphone-cheetah-jwk6.squarespace.com/ I'm trying to add some custom code that will only effect the "Accsess Denied Screen" to style it, but can't figure out how. Does anyone have any tips or tricks? Specifically I'm trying to change the header color. Password: 1234
  20. Quite annoying since you can't really change the colors used there at all.
  21. https://carrot-lettuce-xtcb.squarespace.com/ Password: Temp
  22. Hello everyone I have a scrollbox that I've implemented, but I want to change the design of the scrollbar. This is the CSS code as of now: //scrollbox .scrollBox { height: 520px; width: 100%; border: 2px solid rgba(60,219,192,.2); overflow: auto; margin-right: 0%; margin-left: 0%; padding: 20px; font-size: 15px; } I've tried to implement parts of the code linked here, but with no success... I want a similar result as the example through the link had. Could anyone help me?
  23. Hello, I'm trying to change the color of of my header (and footer) on the "Access denied screen". I've been injecting the following code on the pages where it's been needed, but can't find a way to insert it for the "Access denied screen" <style> header#header, header.sections .section-background { background: #9b26b6 !important; } .header-nav-item a, .header-nav-folder-item:hover a { color: white !important; } .header-actions-action--social svg { fill: white !important; } </style> Can anyone help me with this?
×
×
  • 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.