-
Content Count
12 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Code Block CSS Grids, grid-column: 1/2 is calculating as .5?
dearnaomichan replied to dearnaomichan's question in Coding and Customization
I figured out a solution: If you use grid-column-start: 1; grid-column-end: 2; Instead of the short hand grid-column: 1/2; It works. -
Site URL: https://octahedron-khaki-7xeg.squarespace.com/services Hello! I am creating a grid inside of a code block and I am using the property: grid-column: 1/2; to tell where the items should be in the grid. I do this multiple times with different items. Squarespace is calculating the result of the fraction instead of doing what its suppose to do. If you're unfamiliar, its suppose to place said element from line 1 to line 2. For example, the first header "Basic Books" is suppose to be from column line 2 to line 3: .desktop-packages #basic { grid-column: 2/3; } Bu
-
Site URL: https://mcad-grad-exhibit.squarespace.com Hello, I have created a website with multiple individual pages that are each using a summary block to pull in graduates by category (this website is for a college graduation exhibit). Each graduates category is their major and the season they graduated. I would like to use the individual pages as the category pages because currently the link .../[blog name]/category/[category name] is uncontrollable visually. I want to use the individual pages so that for each major it says the major at the top of the page. Also the summary block I'm
-
Import external css/less
dearnaomichan replied to kristofferdarj's question in Coding and Customization
I am having the same error when I try to import a Google font in my css. Did you ever find a solution or figure out why this was happening?- 3 replies
-
- css
- multilingual
-
(and 1 more)
Tagged with:
-
RyanDejaegher reacted to an answer to a question: remove underline on navigation links
-
remove underline on navigation links
dearnaomichan replied to annahahn1993's question in Coding and Customization
@RyanDejaegher I figured it out! body:not(.tweak-transparent-header) .light-bold .header-nav-item--active a { background: none!important; } -
remove underline on navigation links
dearnaomichan replied to annahahn1993's question in Coding and Customization
@tuanphan @annahahn1993 Did you guys figure out a solution to this? -
dearnaomichan changed their profile photo
-
Site URL: https://barbari-herbal-spliffs.squarespace.com/ Hello, I am trying to change the order of my blocks in 7.1 and I know I can do the following to accomplish it: div#yui_3_17_2_1_1592592061173_386 { display: flex !important; flex-direction: column-reverse !important; } I do this in my inspector and it works. BUT I add it to my CSS, then go back to check to see if the code is coming through and its not working because the ID changes? Has anyone else experienced this before? Is it new with 7.1? It was "yui_3_17_2_1_1592591448498_393" at one point, then "yui_3_17_
-
Summary Block: How can I set the Carousel to "autoplay"?
dearnaomichan replied to jasonbarone's question in Coding and Customization
I'm curious if anyone has tried this in 7.1? It's not working for me and the error I'm getting is "Y is not defined"? Any help is greatly appreciated!