-
Content Count
20 -
Joined
-
Last visited
Everything posted by immiike
-
Change background color on cart page
immiike replied to Treeboy's question in Coding and Customization
That doesn't work either unfortunately 😞- 25 replies
-
- shopping-cart
- css
-
(and 1 more)
Tagged with:
-
Change background color on cart page
immiike replied to Treeboy's question in Coding and Customization
I tried the same code but it seems that I am not doing the targeting right. The color of h2 is not changing on the cart site.- 25 replies
-
- shopping-cart
- css
-
(and 1 more)
Tagged with:
-
Invert Logo on Order Confirmation Page
immiike replied to jessmileur's question in Coding and Customization
Hey Jess, do you have a direct link to the confirmation page? -
Custom CSS applying to section and blocks instead of only on section
immiike replied to immiike's question in Coding and Customization
Issue persists on various screens, computers and browsers 😞- 10 replies
-
- custom-css
- css
-
(and 1 more)
Tagged with:
-
I've solved it myself with the following code: @media screen and (min-width:992px) { .header-title-nav-wrapper { display:block; } .header-nav-wrapper { margin-top:1vw; } } 🙂
-
Site URL: https://octopus-pineapple-yxw8.squarespace.com/ Dear Circle Members I am trying to move the main navigation of my site below the logo. @media screen and (min-width:992px) { .header-announcement-bar-wrapper { flex-direction: column-reverse; } } This code unfortunately doesn't work for me. Site PW: luca1234 Any idea what I am doing wrong?
-
Custom CSS applying to section and blocks instead of only on section
immiike replied to immiike's question in Coding and Customization
I am on macOS as well using Chrome. It looks weird to me in Chrome.- 10 replies
-
- custom-css
- css
-
(and 1 more)
Tagged with:
-
Dear Circle Members I am working on a project for a client. This project includes an online store which contains items which should be limited in shipping to certain countries only. Is there a way to ensure that certain products are only shown for visitors from specific countries and also only shipped to certain countries? Thank you very much for your responses in advance!
-
Custom CSS applying to section and blocks instead of only on section
immiike replied to immiike's question in Coding and Customization
An additional thing we found now is that even though the width is set to "100%" it doesn't work fine on the second section on the site Site: https://octopus-pineapple-yxw8.squarespace.com/ @creedon any idea what's happening here?- 10 replies
-
- custom-css
- css
-
(and 1 more)
Tagged with:
-
Custom CSS applying to section and blocks instead of only on section
immiike replied to immiike's question in Coding and Customization
Works perfectly! Thanks a lot @creedon! 🙂- 10 replies
-
- custom-css
- css
-
(and 1 more)
Tagged with:
-
Custom CSS applying to section and blocks instead of only on section
immiike replied to immiike's question in Coding and Customization
Apologies, forgot to share the URL: https://octopus-pineapple-yxw8.squarespace.com/ The password is: luca1234 Thanks for having a look!- 10 replies
-
- custom-css
- css
-
(and 1 more)
Tagged with:
-
Custom CSS applying to section and blocks instead of only on section
immiike replied to immiike's question in Coding and Customization
I've just seen that there is a text-block within the section I want to format with CSS. I tried deleting this text-block, which is unfortunately not working. After confirming the deletion of the block it appears again.- 10 replies
-
- custom-css
- css
-
(and 1 more)
Tagged with:
-
Hello! I'm trying to build a visual separator (a diagonal) between two sections For this I am using the following code: [data-section-id="5f12b8feec2e7d1136cf635c"] ::before { content: ''; width: 100%; height: 100%; background: linear-gradient(177deg, rgba(255, 255, 255, 0) 87%, #f2ebdf 87.2%); position: absolute; top: 0; left: 0; } This code works except that the diagonal shape is also shown for block elements Does anyone know what I am doing wrong? Many thanks for your help in advan
- 10 replies
-
- custom-css
- css
-
(and 1 more)
Tagged with:
-
CSS class of footer navigation items for language switcher
immiike replied to immiike's question in Coding and Customization
Unfortunately, that edit doesn't change anything 😔- 4 replies
-
- custom-css
- customized
-
(and 1 more)
Tagged with:
-
CSS class of footer navigation items for language switcher
immiike replied to immiike's question in Coding and Customization
Thanks @tuanphan your code got me the language switcher in the footer middle block, but it didn't take over the same CSS class as the footer navigation items. Is there a way where I can get the language switcher as the same class as the footer navigation items, so if the style of the footer navigation is changed, the language switcher gets changed as well?- 4 replies
-
- custom-css
- customized
-
(and 1 more)
Tagged with:
-
CSS class of footer navigation items for language switcher
immiike posted a question in Coding and Customization
Site URL: https://mikala.ch Dear community I've used a code injection to enable multi-language setup of my site. Now I wanted to add two basic links to the the footer middle block to let user change the language of the site. These links should be in the same css class as the footer navigation items so that if the design gets changed, the language switcher links are also changed. Does anyone know how to do that? Many thanks in advance for your help!- 4 replies
-
- custom-css
- customized
-
(and 1 more)
Tagged with: