yostudios
Member-
Posts
15 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
yostudios's Achievements
-
Ziggy reacted to a post in a topic: Fixed quote/sticky link falls behind pictures etc.
-
Fixed quote/sticky link falls behind pictures etc.
yostudios replied to yostudios's topic in Customize with code
It worked like a charm!! Thank you so much 🙂- 5 replies
-
- scrolling
- fixed-navigation
-
(and 1 more)
Tagged with:
-
yostudios reacted to a post in a topic: Fixed quote/sticky link falls behind pictures etc.
-
Fixed quote/sticky link falls behind pictures etc.
yostudios replied to yostudios's topic in Customize with code
I forgot to add, that the watermark/logo is inserted in a code block in my footer like this: <div class="stickylink"> <img src=" https://static1.squarespace.com/static/60407c1720a81d188558b37e/t/6059853c3ca5ae3b260b169e/1616479548490/YO_QUOTE_OUT_WHITE+(1).png"> </div>- 5 replies
-
- scrolling
- fixed-navigation
-
(and 1 more)
Tagged with:
-
Fixed quote/sticky link falls behind pictures etc.
yostudios replied to yostudios's topic in Customize with code
Oh yes, sorry I thought I did! 🙂 https://www.yostudios.dk/dk/home- 5 replies
-
- scrolling
- fixed-navigation
-
(and 1 more)
Tagged with:
-
Hello! Does anyone know, why I all of a sudden have a issue with a opening - and closing bracket appearing in the bottom of my website? See picture: I have a codeblock in the footer for my watermark/fixed quote. Could that be, what's causing the issue? <div class="stickylink"> <img src=" https://static1.squarespace.com/static/60407c1720a81d188558b37e/t/6059853c3ca5ae3b260b169e/1616479548490/YO_QUOTE_OUT_WHITE+(1).png"> </div> Thanks in advance 🙂
- 1 reply
-
- error
- custom-css
-
(and 2 more)
Tagged with:
-
Hello! I have a fixed quote/logo/watermark on my website, that keep disappearing behind pictures etc. when scrolling. I think the logo/watermark is inserted via one of these custom CSS-code (I didn't do it, so I dont know much): @media screen and (min-width:550px){ .page-section {border:7px solid transparent} div.stickylink{ position:fixed; width: 320px; bottom: 0px; right: 0px; height: 320px; border-radius: 50%; opacity: 0.9; z-index:900; } } or this .page-section {border:7px solid transparent} div.stickylink{ position:fixed; width: 320px; bottom: 0px; right: 0px; height: 320px; border-radius: 50%; opacity: 0.9; z-index:900; } } It's also inserted in a code block in my footer like this: <div class="stickylink"> <img src=" https://static1.squarespace.com/static/60407c1720a81d188558b37e/t/6059853c3ca5ae3b260b169e/1616479548490/YO_QUOTE_OUT_WHITE+(1).png"> </div> Is there any way to make it go appear in front at all times? Something to add to the code maybe? Thanks in advance 🙂
- 5 replies
-
- scrolling
- fixed-navigation
-
(and 1 more)
Tagged with:
-
Change font sitewide in dropdown menu / hamburger menu
yostudios replied to yostudios's topic in Customize with code
Ahhh that makes perfect sense, thanks for noticing. It worked perfectly so thank you VERY much! Have a lovely day 🙂 -
Change font sitewide in dropdown menu / hamburger menu
yostudios replied to yostudios's topic in Customize with code
It didn't work 😞 Unfortunately the font is still black on all pages that are not the 2 language landingpages... -
yostudios reacted to a post in a topic: Change font sitewide in dropdown menu / hamburger menu
-
Change font sitewide in dropdown menu / hamburger menu
yostudios replied to yostudios's topic in Customize with code
I don't think its password protected, as its public for everyone atm. The site url is: https://www.yostudios.dk/ The hamburger menu/drop down is white on both landingpages (DK/EN), but when you access the other pages in the menu it changes to black. -
Hello! After changing my site from one language to billingual (DK/EN) manually with help from this blog: https://www.bradgood.net/articles/multi-language-content-on-any-squarespace-template, the font in my hamburger menu / dropdown menu is now black on some pages and white on others. I wish for it to be white all over / sitewide. Is this possible with som custom CSS? Thanks in advance 🙂
-
bycrawford reacted to a post in a topic: Issue: Buttons layout different on mobil versus buttons in mobile view edit?
-
yostudios reacted to a post in a topic: Issue: Buttons layout different on mobil versus buttons in mobile view edit?
-
Hi! Can anyone help me solve this issue? I have recently made my website billingual, and made this new landingpage with two language-picker buttons. My issue is, that the buttons layout are different on mobil versus the buttons in mobile view edit? I looks like this on the web: And it should look like this in the mobileview: But instead it looks like this: I have used this custom CSS to in order to remove header and footer on this landingpage. <style> .header, #footer-sections{ display:none !important; } </style> Can that be what's causing the issue? I would like the buttons in the mobile versions to be transparent with white font too. Can anyone help solve this? Thanks! :-)