jdunc
-
Posts
16 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Posts posted by jdunc
-
-
Site URL: https://www.lettersandlines.co
Hi. i want to add a countdown timer into my announcement bar but don't want to pay a subscription fee. I've searched for the code, but can't seem to find the right thing. Does anyone have the magical piece of code? Thanks so much!
-
Site URL: https://www.lettersandlines.co/testing-pinned-block
I've tried to use the pinned block feature on a few different sites I'm building and it never actually works for me. I had it work for about 5 mins when it first came out, and now it no longer does. Can someone please help me figure out why and let me know how to fix it? I've followed many blogs and did all the same steps but nothing. Please help! I'd rather not write the code for it.
Thx! -
Hello. How do I change the color of my social icons in the footer of my email? I have update all of my color themes, but the icons are still black. Thx!
-
On 7/25/2024 at 3:13 AM, tuanphan said:
With Product (Shop, Category, Detail Product), use this CSS code
body[class*="type-products"] header#header img { content: url(https://images.squarespace-cdn.com/content/v1/669574953815b51e3efd6dbc/a3adc94f-9e81-451e-86d7-6ce20a2b546c/WrenAndGordon_Logo1_Horizontal_White.png?format=1500w); }
Thanks, @tuanphan . That worked, but is there a way to make the logo on the products page different from that on the shop page? This code changed both.
-
Hello, I'm also trying to change the logo on my product pages only. I'm having issues locating the collection id for my shop. The URL is www.wrenandgordon.com. Password: Maisy.
I tried this, but it's the ID# isn't right, it's just for the section of the product, not the header nav.
section[data-section-id="66957536bb31c4253a56ab2f"] div.header-title-logo a {
content:url("///static1.squarespace.com/static/669574953815b51e3efd6dbc/t/66982c016fd9bc6c55c214af/1721248770202/WrenAndGordon_Logo1_Horizontal_Black.png") !important;
max-width: 290px;
max-height: 700px;
margin-left: auto;
margin-right: auto;
}
Thanks in advance for the help!
-
-
Hello, I'm trying to change the metadata on the main blog page. I was able to edit the summary blocks and the blog post page, but can't seem to get that one section. I've searched high and low but can't find what code would work. Would love some help! Thx!
https://oye-build.squarespace.com/blog
Password: Password123!
-
8 hours ago, Ziggy said:
If you upgrade and build the footer in Fluid Engine you have a mobile specific editing option with an 8 column grid, so you can do whatever you want in terms of column layouts. You could also achieve the same thing with a single code block with CSS grid for the two columns, that way you maintain the columns on mobile.
Would you mind sharing the single code block with CSS? I'm not really wanting to upgrade that section to the fluid engine yet.
-
Site URL: https://www.lettersandlines.co
Hello. Is there a way to put 2 of the lists in my footer side by side on mobile only? I don't want everything in 2 columns, just "Look Around" on the left and "The Shop" and "Need a contractor" on the right hand side. Thx!
password: Letters123
Does anyone have CSS for adding a countdown timer to the announcement bar?
in Customize with code
Posted
@abibacon Thanks so much!! I ended up figuring out a very complex coding situation to make it all work, but I will bookmark your plugin for next time!