designroomcornwall Posted June 11, 2021 Share Posted June 11, 2021 Site URL: https://nicolaomara.squarespace.com/home Hi everyone! I'm looking to customise some buttons on a page on a site I'm currently working on https://nicolaomara.squarespace.com/home (still in trial mode atm). I'd like to create something like the image below, do I either, a) Add custom css to an image block, or b) position a button so that it overlaps the top edge of the image? Would really appreciate some advice and help with coding as I'm not very confident with css. Thanks! Link to comment
tuanphan Posted June 12, 2021 Share Posted June 12, 2021 Hi. What is access password? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
designroomcornwall Posted June 14, 2021 Author Share Posted June 14, 2021 (edited) Sorry @tuanphan, password is: seagreen1 Edited June 14, 2021 by designroomcornwall Link to comment
tuanphan Posted June 15, 2021 Share Posted June 15, 2021 21 hours ago, designroomcornwall said: Sorry @tuanphan, password is: seagreen1 Add to Design > Custom CSS /* buttons overlap */ div#page-section-609be0d2ffa91a64632e310e figcaption { align-items: flex-start; } div#page-section-609be0d2ffa91a64632e310e .image-button a { position: relative; top: -25px; } designroomcornwall 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
designroomcornwall Posted June 15, 2021 Author Share Posted June 15, 2021 5 hours ago, tuanphan said: Add to Design > Custom CSS /* buttons overlap */ div#page-section-609be0d2ffa91a64632e310e figcaption { align-items: flex-start; } div#page-section-609be0d2ffa91a64632e310e .image-button a { position: relative; top: -25px; } Thank you that's great! Is it possible to style just those two buttons to look more like my mockup? White with black text and a thin black border. Link to comment
tuanphan Posted June 16, 2021 Share Posted June 16, 2021 Use this code /* buttons overlap */ div#page-section-609be0d2ffa91a64632e310e figcaption { align-items: flex-start; } div#page-section-609be0d2ffa91a64632e310e .image-button a { position: relative; top: -25px; border: 1px solid black; background-color: white; color: black; } designroomcornwall 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment