ColeH_design Posted October 17, 2023 Posted October 17, 2023 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!
ColeH_design Posted October 18, 2023 Author Posted October 18, 2023 also… how to change the navigation link "packages" red (to be different from other items in nav). THANK YOU!!
Web_Solutions Posted October 18, 2023 Posted October 18, 2023 (edited) 21 minutes ago, ColeH_design said: also… how to change the navigation link "packages" red (to be different from other items in nav). THANK YOU!! Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. // For button color // 1st-button #block-yui_3_17_2_1_1695145597179_13059 .sqs-block-button-element--medium { background: green !important; color: white !important; } // 2nd-button #block-yui_3_17_2_1_1695145597179_33729 .sqs-block-button-element--medium { background: blue !important; color: white !important; } // 3rd-button #block-yui_3_17_2_1_1695145597179_39175 .sqs-block-button-element--medium { background: darkblue !important; color: white !important; } // For PACKAGES navigation link color [href="/package-options-2022"] { color: red !important; } Edited October 18, 2023 by Web_Solutions Ainul 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
ColeH_design Posted October 18, 2023 Author Posted October 18, 2023 @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?
Solution Web_Solutions Posted October 18, 2023 Solution Posted October 18, 2023 5 minutes ago, ColeH_design said: @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? Yes, I have updated the code. Please try with the code Ainul 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
ColeH_design Posted October 18, 2023 Author Posted October 18, 2023 @Web_Solutions I am so grateful! Works perfectly! THANK YOU SO MUCH!!!!!!!
ColeH_design Posted October 18, 2023 Author Posted October 18, 2023 Is it possible to write code that would allow a line of copy to be click-able – linking to a section at the bottom of the same page? Page: https://ballroombluesfest.squarespace.com/package-options-2022 Wanting a line of copy to link and jump to last section on page (package payment options)
Web_Solutions Posted October 18, 2023 Posted October 18, 2023 10 minutes ago, ColeH_design said: Is it possible to write code that would allow a line of copy to be click-able – linking to a section at the bottom of the same page? Page: https://ballroombluesfest.squarespace.com/package-options-2022 Wanting a line of copy to link and jump to last section on page (package payment options) Yes, where do you want to add the link and where do you want to link? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
ColeH_design Posted October 18, 2023 Author Posted October 18, 2023 On the page above, I want to link this line of copy (in first section) "* Can’t pay all at once? Payment Plan Option Details Below." to jump to the bottom-most section on same page (titled package payment options)
Web_Solutions Posted October 18, 2023 Posted October 18, 2023 Follow the video instruction https://www.loom.com/share/2592296600b44eb8b2700a156863c311?sid=2d50e849-cb51-4661-b1c2-c8331d4cf84b <div id="Payment"></div> ColeH_design 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
ColeH_design Posted October 18, 2023 Author Posted October 18, 2023 Thank you so much! It does work… but only for one click. After scrolling back up to line and clicking again it will not jump a second time. Is there a fix?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment