ColeH_design
Member-
Posts
67 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by ColeH_design
-
@jaeveedee I was able to resolve issue using this code – but thank you!! [href="/navigation page title here"] { color: #CB1F37 !important; }
- 114 replies
-
- navigation-link
- color
-
(and 1 more)
Tagged with:
-
@Web_Solutions thank you so much! I inserted code and everything was successful. I'm hoping that the (3) buttons on the page can each be a different color (code above does successfully change color, but changes all the same). Is it possible to write code that will allow me to designate a unique color code for each of the (3) buttons on this page only?
-
Trying to use this code in 7.1 (and it works), but to isolate and change color of only one of the navigation links (stationary position – not on hover/etc). Just want one link ("packages") to be red. /* Nav item color */ .header-nav-item a { color: #ff0000 !important; }
- 114 replies
-
- navigation-link
- color
-
(and 1 more)
Tagged with:
-
Site: https://ballroombluesfest.squarespace.com/package-options-2022 Password: BLUES Hoping to make the buttons listed ONLY on this page to correspond to the coloring of the designated "seat section" it will link to for purchase (colors on seating chart). The (3) sections use same site style; however, I want to customize them to be unique colors on this page of site only. Thanks in advance!
-
SCROLLING TEXT ALTERNATE COLORS
ColeH_design replied to ColeH_design's topic in Site Design & Styles
THANK YOU!! -
SCROLLING TEXT ALTERNATE COLORS
ColeH_design replied to ColeH_design's topic in Site Design & Styles
Yes – EXACTLY! Yes!!! THANK YOU! And, is it possible to code to make the "BALLROOM BLUESFEST" line a heavier font weight then the artists names? This is fantastic! THANK YOU!! -
SCROLLING TEXT ALTERNATE COLORS
ColeH_design replied to ColeH_design's topic in Site Design & Styles
Ugh… I updated for client preview yesterday and totally spaced this forum! I'm sorry! https://ballroombluesfest.squarespace.com/ -
Hoping for some help to update scrolling text block on my homepage to style differently. The title of the event (line 1 of 6 in scrolling text) I would like bold. The remaining lines (2-5) I would like regular weight. If this is not possible, I am open to lines (2-6) being in a different color. Can anyone provide code to show visual separation (font weight or color) of my event title and the artists names? Any help so appreciated!!! Site: https://smoothjazzgetaway.squarespace.com/ Password: BLUES
-
Following… I need this feature desperately as well!! Submitting request to add now.
-
Disable click thru link on summary block 7.1
ColeH_design replied to ColeH_design's topic in Customize with code
I used a code from another forum. Added this code to Design - Custom CSS: .summary-thumbnail-container { pointer-events: none !important; } -
Disable click thru link on summary block 7.1
ColeH_design replied to ColeH_design's topic in Customize with code
I solved it – click thru on summary was successfully disabled using code found on another question. .summary-thumbnail-container { pointer-events: none !important; } -
Disable click thru link on summary block 7.1
ColeH_design replied to ColeH_design's topic in Customize with code
Yes, thank you! I find 7.1 to be so limited!! I need sliding image gallery (but I want it left/right of copy – in 7.1 sections it can only be above/below). My work around was to use a summary block as a sliding image gallery – It worked out pretty well EXCEPT for the click thru default. Please help disable the click through of this page only on summary blocks. -
Site URL: https://smoothjazzgetaway.squarespace.com/config/pages Hello! I need help disabling the links on a blog summary block (that I used to create a sliding image gallery with text possible in same section – 7.1 limited me!) I don't want the images on THIS PAGE summary blocks clickable. This page only. https://smoothjazzgetaway.squarespace.com/config/pages Password: Roland Any assistance very much appreciated!
-
Button That Pops a Text Lightbox?
ColeH_design replied to anacariniseiford's topic in Customize with code
@Lot71 can you share css code that solved your click through on images? I'm hoping to do the same thing for bios… -
Button That Pops a Text Lightbox?
ColeH_design replied to anacariniseiford's topic in Customize with code
@kenwestphal - thank you for your prompt reply. (The link does not open? But, I'd really like to watch tutorial if you don't mind re-linking). -
Button That Pops a Text Lightbox?
ColeH_design replied to anacariniseiford's topic in Customize with code
@anacariniseiford @kenwestphal Any additional code that can be injected to change color of lightbox that appears (and make it transparent 80%)? -
Button That Pops a Text Lightbox?
ColeH_design replied to anacariniseiford's topic in Customize with code
@anacariniseiford I'm interested in doing this text lightbox upon click of a single image (there are 2 single images on my page – not as gallery – and both require short bio). Can this css be modified to not be link or button, but on hover of image? or click of image?