BrandBItes
Member-
Posts
21 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
BrandBItes's Achievements
-
Ziggy reacted to a post in a topic: Change font size fill in form
-
Thanks! But how can I change the size of this font?
-
Hi there, I'm would like to change the font size of the 'fill in' part of my form. I'm using a custom font here. How could I change only this part with custom css? Any thoughts? Thanks!
-
Earvin reacted to a post in a topic: Put minimum number on a form
-
Earvin reacted to a post in a topic: Put minimum number on a form
-
LOOKING FOR HELP TO AUTOPLAY BACKGROUND VIDEO ON MOBILE
BrandBItes replied to ChristophMatt's topic in Customize with code
I already tried this piece of code: } body.homepage .plyr__controls { display: none !important; } But that is not working.- 4 replies
-
- video
- background
-
(and 2 more)
Tagged with:
-
LOOKING FOR HELP TO AUTOPLAY BACKGROUND VIDEO ON MOBILE
BrandBItes replied to ChristophMatt's topic in Customize with code
Hi there, I am trying to find a solution in order to autoplay a background video on mobile. When I open my website on mobile, the video doesn't autoplay like it does on desktop. The play button appears and I can't even click it. So i would love to make it autoplay there as well. Any advice? website link: https://quincaillerie.be/ Thanks in advance! -
LOOKING FOR HELP TO AUTOPLAY BACKGROUND VIDEO ON MOBILE
BrandBItes replied to ChristophMatt's topic in Customize with code
Any succes solving this issue? I'm having the same problem and this peice of code doesn't seem to do the trick. Thanks!- 4 replies
-
- video
- background
-
(and 2 more)
Tagged with:
-
Ziggy reacted to a post in a topic: Put minimum number on a form
-
Ok, thanks for the quick answer!
-
I want to make a form for the website of a restaurant where they can reserve a table for large groups starting from 9 people. Is there a way I can make sure they can only submit the form when they put a number higher than 9? Is there a way I can put some custom css to make this happen? Thanks!
-
CSS custom font not working in accordion feature on mobile
BrandBItes replied to BrandBItes's topic in Customize with code
-
Hi all, I am using the tool Weglot to translate my website into three languages. I was wondering if it's possible to edit translated sections inside squarespace. I would like to delete a section in one languages only. Is this possible? Thanks a lot!
-
CSS custom font not working in accordion feature on mobile
BrandBItes replied to BrandBItes's topic in Customize with code
Yes, I did. It's visible at the bottom of the website. But for some reason it's not working in the accordion feature. I see on the web version it has also stopped working & changed to the default font now. -
CSS custom font not working in accordion feature on mobile
BrandBItes replied to BrandBItes's topic in Customize with code
Sure: https://www.brandbites.be/ The accordion is on the homepage at 'our expertise'. -
Hi there. I have a problem with my custom fonts. Everywhere they work good. Only on the mobile version the discription of the accordion feature is a random font. I tried to put this: } div.accordion-item__description * { font-family: 'basier-square-regular' !important; } But it doesnt seem to work. I also have this code: // Paragraphs // Paragraph 1 .sqsrte-large { font-family: 'basier-square-regular'; font-weight: 600; font-style: regular; font-size: 19px; letter-spacing: 0.1em; text-transform: lowercase; line-height: 1em; } // Paragraph 2 p { font-family: 'basier-square-regular'; font-weight: 700; font-style: regular; font-size: 25px; letter-spacing: 0.1em; text-transform: lowercase; line-height: 1em; } // Paragraph 3 .sqsrte-small { font-family: 'basier-square-regular'; font-weight: 700; font-style: regular; font-size: 40px; letter-spacing: 0.1em; text-transform: lowercase; line-height: 1em; } Can anyone help me out? Thx!
-
Hi there, My website is working fine and I installed custom fonts. Now on my mobile device in the accordion feature the correct font isn't showing up. Can anyone help? It is the 'basier-square-regular' that isn't working. Thanks a lot! CSS: @font-face { font-family: 'euclidsquarebold'; src: url(https://static1.squarespace.com/static/657c42e279893a756cdb4d29/t/657c5b1b04a15523abbdc42d/1702648603469/EuclidSquare-Bold.otf); } @font-face { font-family: 'basier-square-regular'; src: url(https://static1.squarespace.com/static/657c42e279893a756cdb4d29/t/657c5baeb529e32d29f5a9f1/1702648750437/BasierSquareMono-Regular.otf); } @font-face { font-family: 'basier square Semibold'; src: url(https://static1.squarespace.com/static/657c42e279893a756cdb4d29/t/65804e774581d60d1b44f2f5/1702907511407/BasierSquareMono-SemiBold.otf); } // FONT USE h1 { font-family: 'euclidsquarebold'; font-size:40pt; letter-spacing: 1px; line-height: 140%; } h2 { font-family: 'euclidsquarebold'; font-size: 35pt; letter-spacing: 0px; line-height: 140%; } h3 { font-family: 'euclidsquarebold'; font-size: 29pt; letter-spacing: 1px; line-height: 140%; } h4 { font-family: 'euclidsquarebold'; font-size: 29pt; letter-spacing: 1px; line-height: 140%; } // Paragraphs // Paragraph 1 .sqsrte-large { font-family: 'basier-square-regular'; font-weight: 600; font-style: regular; font-size: 19px; letter-spacing: 0.1em; text-transform: lowercase; line-height: 1em; } // Paragraph 2 p { font-family: 'basier-square-regular'; font-weight: 700; font-style: regular; font-size: 25px; letter-spacing: 0.1em; text-transform: lowercase; line-height: 1em; } // Paragraph 3 .sqsrte-small { font-family: 'basier-square-regular'; font-weight: 700; font-style: regular; font-size: 40px; letter-spacing: 0.1em; text-transform: lowercase; line-height: 1em; }