-
Posts
10 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by oneoakbrands
-
Hello everyone! I am a web designer, and just finished a website for a client. Everything is great with the site, but the client seems to be having an issue seeing the favicon. I uploaded the favicon with the correct specifications, and I am seeing it on Chrome and Safari on my laptop AND other devices (my mobile device, a desktop computer) and have tried on multiple networks as well. I always see it. I've also had multiple different people try, and they have been successful. However, the client says that they are on Safari and do not see the favicon. They also had another person try it (I believe on the same network) and they are not seeing it as well. Obviously it is working, but I'm confused why it isn't working everywhere. Is this something that the client needs to do on their browser? Any ideas are welcome!!!
-
Remove extra space at bottom of screen
oneoakbrands replied to oneoakbrands's topic in Customize with code
@tuanphan Hmm... maybe it's fine! I was seeing it on desktop. But if you're not seeing it, maybe it's all good. Thanks for your help! -
Remove extra space at bottom of screen
oneoakbrands replied to oneoakbrands's topic in Customize with code
@tuanphan Thank you for replying -- unfortunately, this just created space above as well as below. Here's a screenshot. Any ideas? -
Hi everyone! I used CSS to remove the header and footer on my home page to create a landing page instead. Unfortunately, however, there is some extra space at the bottom of the screen (see screenshot). My images and elements are down as far as possible, but the space is still there. When I go to viewing mode, it's even larger. Any ideas? Site URL: https://goldfish-tambourine-jr97.squarespace.com/ Site password: oneoakbrands PS: this is the CSS I used: #collection-63f529e50f88d92b2f3bf2b0 {footer, header {display:none!important}}
-
@Ziggy So is it just the regular block ID with .fe-block- in front? Or is it an entirely different block ID number? Example: if the block ID is #block-yui_3_17_2_1_1673622042756_4999 could I just use: .fe-block-yui_3_17_2_1_1673622042756_4999 ? I usually use the Squarespace ID finder, but I also tried manually inspecting the element and couldn't find anything beginning with .fe-block- The last time I used CSS to target a specific block was before fluid engine existed, so I must be missing something! LOL.
- 20 replies
-
@Ziggy Just to follow up on this, I tried using that code and just pasting the block instead of the section and for some reason it doesn't work. It works when it is for the entire section, but not just one singular block. Am I missing something? Here's what I'm using: #block-yui_3_17_2_1_1673622042756_4999 { .sqs-block-image img { transform: scale(1); transition: 400ms; overflow:hidden !important; } .sqs-block-image:hover img { transform: scale(1.1); transition: 400ms; } } Any ideas?
- 20 replies
-
@Ziggy That worked!!! Thank you so much!
- 20 replies
-
Hello everyone! I am attempting to create a zoom effect on an image when the cursor hovers over it. I have actually implemented this in another website, but the same code is not working for the website I am currently customizing. This is the code I am trying to use (for one image block): #block-023806cef06d554ac6aa {img:hover {transform: scale(1.1); transition: .4s;}} Site url: www.lexiezookphotoandfilm.com Site PW: lexiezook Any help would be greatly appreciated!
- 20 replies
-
Help with Navigation Link Spacing
oneoakbrands replied to oneoakbrands's topic in Customize with code
@Wolfsilon OH! Thank you. www.lexiezookphotoandfilm.com- 3 replies
-
- custom-css
- customized
-
(and 2 more)
Tagged with:
-
Hello! I am looking for help with my navigation links. Right now, they are all bunched together in the middle, but I want them to be spaced out in one line across the top between the logo and the button. Example: GALLERIES EXPERIENCE + INVESTMENT ABOUT I have attached a screenshot in case that is helpful. The password to my site is: lexiezook
- 3 replies
-
- custom-css
- customized
-
(and 2 more)
Tagged with: