DrivenFilms
Circle Member-
Posts
37 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by DrivenFilms
-
Button Links changed on 7.0 - can't link to pages
DrivenFilms replied to DrivenFilms's topic in Pages & Content
Unfortunately when I type /, nothing happens. -
Hi there. Out of nowhere the method to link buttons in 7.0 has changed. What happened to the ability to link to another page on my website? "Page" doesn't show up as an option anymore. How am I supposed to link to another page on my site?
-
Hello, I am trying to make a grid of images (1 large on left + 3 smaller on the right). I'd also like to add text overlays and a button if possible. How do I do this in 7.0? I want to replace one of the sections on my index homepage of: https://www.drivenfilms.tv I have attached an image reference and what I have setup on a new page of my site.
- 1 reply
-
- images
- grid-gallery
-
(and 3 more)
Tagged with:
-
Site URL: https://www.drivenfilms.tv/about Hi, how can I make an image go the full width of the page (full bleed) without using it on an index page? for example, the photo in block #block-yui_3_17_2_1_1609092098275_26968 on this page: https://www.drivenfilms.tv/about Thank you!
-
Thank you again @tuanphan
-
Found some CSS on another site. For anyone needing the same result, here it is: /*Header Button */ div.Header-nav-inner a.Header-nav-item:last-child{ color: #fff !important; padding:15px 25px !important; background-color: #FFAA00 !important; border-radius:0px !important; } div.Header-nav-inner a.Header-nav-item:last-child:hover{ color: #000 !important; background-color:#fff !important; } This will effectively turn the last link in your navigation into a button. I'm using Brine template family.
-
Site URL: https://www.drivenfilms.tv/ Hi I'm trying to adjust the padding around the large button. I'd like to make the button shorter in height. I tried looking for the large button class ID but can not find it on https://beaverhero.com/squarespace-71-css-list/
-
Adding popup delay to Facebook messenger
DrivenFilms replied to Unclefocus's topic in Customize with code
Hi @unclefocus Did you ever figure this out? I'm trying to do this as well. -
Limiting Banner Height (Brine Family)
DrivenFilms replied to DrivenFilms's topic in Customize with code
Yes. I actually gave up and just added some text to make it an intro to the page.- 4 replies
-
- background
- images
-
(and 3 more)
Tagged with:
-
Limiting Banner Height (Brine Family)
DrivenFilms replied to DrivenFilms's topic in Customize with code
This effected every banner on the page, and it squished the images.- 4 replies
-
- background
- images
-
(and 3 more)
Tagged with:
-
Trying to change the BG color of a section
DrivenFilms replied to DrivenFilms's topic in Customize with code
Thank you for the reply @tuanphan sadly, this code didn't work. I added it exactly where you said to add. Color did not change. -
Site URL: https://www.drivenfilms.tv/services-index Hi, I'm trying to limit the height of the banner image (the blue car) on this page. How can I do this? I've tried the following and it has not worked: #collection-61621e15de18954468c833ac #banner-area-wrapper { height: 500px }
- 4 replies
-
- background
- images
-
(and 3 more)
Tagged with:
-
Site URL: https://www.drivenfilms.tv/about Hi, I'm trying to change the background color of a section on my about page to a dark grey, and the text to white but I can't figure it out. The section I'm trying to change the colors on is where the bulleted list of services are. https://www.drivenfilms.tv/about I'd like to learn how to do this on other pages as well so any guidance would be appreciated.