55Cancrie Posted January 22 Posted January 22 https://gar-dolphin-rcpg.squarespace.com/ PW is 12345 I would like to add a second button beside 'AC Chargers' - does anyone know how do I do this? I only want this on the first page of the banner slideshow, and not the rest. Thank you!!
yubrajs Posted January 22 Posted January 22 Hey, You can add as many buttons as you like by going to "Add Block > Button". Its very easy. Not sure what you were trying to achieve.
55Cancrie Posted January 22 Author Posted January 22 1 hour ago, yubrajs said: Hey, You can add as many buttons as you like by going to "Add Block > Button". Its very easy. Not sure what you were trying to achieve. Hey thanks for your reply - I cannot seem to see the 'Add Block' function for my banner slideshow? I can easily see 'Add Block' on all my other sections no problem
yubrajs Posted January 22 Posted January 22 You cannot have multiple buttons inside slideshow. You can achieve it with custom code.
tuanphan Posted January 28 Posted January 28 I see you figured it out? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
LucasR Posted April 3 Posted April 3 Hi guys! Anobody got it done somehow? I'm trying to do the same thing here but nothing is working.
tuanphan Posted April 7 Posted April 7 On 4/4/2024 at 5:34 AM, LucasR said: Hi guys! Anobody got it done somehow? I'm trying to do the same thing here but nothing is working. You can follow this You need to add 2 texts and then hyperlink them You will have this Next, use this code to Website > Website Tools > Custom CSS /* List slideshow 2 buttons */ .list-item-content__description p a { text-decoration: none; } .list-item-content__description p a:nth-child(1) { background-color: #fff; color: #000; padding: 10px 20px; border-radius: 10px; margin-right: 10px; } .list-item-content__description p a:nth-child(2) { background-color: #f1f; color: #fff; padding: 10px 20px; border-radius: 10px; } You will have Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment