cyclovfx
Member-
Posts
14 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
cyclovfx's Achievements
-
tuanphan reacted to a post in a topic: custom header for "home page" with dynamic style
-
custom header for "home page" with dynamic style
cyclovfx replied to cyclovfx's topic in Customize with code
Yes. Problem solved. Thank you very much! -
cyclovfx reacted to a post in a topic: custom header for "home page" with dynamic style
-
custom header for "home page" with dynamic style
cyclovfx replied to cyclovfx's topic in Customize with code
thanks. that seems to work. and I also tried for other pages I want to add as an exception. Thank you very much! -
custom header for "home page" with dynamic style
cyclovfx replied to cyclovfx's topic in Customize with code
correct. I am looking for a way to do exception for other pages beside the homepage. -
custom header for "home page" with dynamic style
cyclovfx replied to cyclovfx's topic in Customize with code
Hi Tuan. Thanks for the suggestion. But it doesn't seem to work. 😕 -
custom header for "home page" with dynamic style
cyclovfx replied to cyclovfx's topic in Customize with code
hello Tuan. thanks for the reply. would be nice to get one example for this page /all-of-us-are-dead-breakdown the reason behind that. is that for some pages I would like to keep the background video fully shown on top of the page. instead of the black bar that's been covered by the Header. -
custom header for "home page" with dynamic style
cyclovfx replied to cyclovfx's topic in Customize with code
hello. may I ask if it is possible to add another exception for other pages I would like to have the same header look? I tried to add another page into the script. but it screwed up everything 😄 currently not working added page: body:not(.homepage) (/rom) -
open video link on same page with dimmed background possible?
cyclovfx replied to cyclovfx's topic in Customize with code
Hello Tuan! thanks for asking. and really sorry for the late response. I would like to have it open for "company showreel" button. and maybe if this is a easy workflow, I would like to use it for some poster images to get a reel or trailer with some simple information text underneath. hope there is a way to make it happen 🙂 -
Site URL: https://cyclovfx.squarespace.com Hello, I have a question. if it is possible to open a video (link) as a "popup" centered on the same page with half transparent black solid background (like dimmed down the current page). I was hoping to get it working at least for the first Company Showreel on the Homepage without to open a new page like in the current version. current side pass: CYCLOXXX Thanks in advance for any suggestions!
-
Jennika reacted to a post in a topic: custom header for "home page" with dynamic style
-
paul2009 reacted to a post in a topic: custom header for "home page" with dynamic style
-
creedon reacted to a post in a topic: custom header for "home page" with dynamic style
-
custom header for "home page" with dynamic style
cyclovfx replied to cyclovfx's topic in Customize with code
thanks! this did the final trick for the hompage to act correctly. body:not(.homepage) { #header {background-color:#000 !important;} #site-title {color:#fff;} .header-nav-item a {color:#fff;} } -
cyclovfx reacted to a post in a topic: custom header for "home page" with dynamic style
-
cyclovfx reacted to a post in a topic: custom header for "home page" with dynamic style
-
custom header for "home page" with dynamic style
cyclovfx replied to cyclovfx's topic in Customize with code
I think I found a work around to my problem. Just added a empty section 1 row under the header. that way I could block the BG image from the section below, so it won't go into the header. It's not ideal (because it makes the header bigger) but for now it kinda works. 😄 -
custom header for "home page" with dynamic style
cyclovfx replied to cyclovfx's topic in Customize with code
I think I didn't get it correctly ..... this CSS will give all other headers a black solid instead of the "dynamic style" that is defined for the homepage. Is that correct? - I tried #collection-62c695b5e721f57173873af3 (which is the header id of the "home page" .. instead of id* - not sure what to change for "other classes and styles" body:NOT([#collection-62c695b5e721f57173873af3]) { #header { background-color:#000; solid } } -
custom header for "home page" with dynamic style
cyclovfx replied to cyclovfx's topic in Customize with code
I found a chrome extension Squarespace ID Finder. will try this. 😄 -
custom header for "home page" with dynamic style
cyclovfx replied to cyclovfx's topic in Customize with code
Thanks for the quick response. And sorry. I just started. and don't have much experience with CSS. could you help me to figure out where to get the id information? the pass is CYCLOXXX -
Site URL: https://cyclovfx.squarespace.com Hello, I wanted to ask how I can have a different header style for my homepage. Which would be a Dynamic setting where I can have the background of the section below going into the header. But for other sites I would like to keep it as solid black.