madeleine.r.dore Posted April 22, 2020 Share Posted April 22, 2020 (edited) Site URL: https://www.extraordinaryroutines.com Hi all, I'm having lots of trouble with the button formatting – any ideas on why the bottom line has disappeared? Cheers, Madeleine Edited April 22, 2020 by madeleine.r.dore Link to comment
ChrisBartow Posted April 22, 2020 Share Posted April 22, 2020 I don't see this button on your page. Maybe I'm missing it or is it on a subpage and not the homepage? Creating websites using Squarespace at Design by Donuts 🍩 Link to comment
madeleine.r.dore Posted April 22, 2020 Author Share Posted April 22, 2020 It's a subpage – www.extraordinaryroutines.com/companion. But to go live I've had to change the button to style to 'solid' so it doesn't display as above. Link to comment
tuanphan Posted April 22, 2020 Share Posted April 22, 2020 The border bottom width is 0px, so i caused above problem You can add this to Home > Design > Custom CSS div#block-5352488396cd653ba791 a { border-bottom-width: 1px !important; } 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
missrisa Posted February 19, 2021 Share Posted February 19, 2021 Hello, I am having this same issue with the outline disappearing on my buttons. I'm a bit of a novice with CSS so I wonder if I might have messed something up along the way in the custom CSS section. Here is the link: https://www.generationsgraphics.com/design Password is "test2020" Link to comment
tuanphan Posted February 21, 2021 Share Posted February 21, 2021 On 2/20/2021 at 2:35 AM, missrisa said: Hello, I am having this same issue with the outline disappearing on my buttons. I'm a bit of a novice with CSS so I wonder if I might have messed something up along the way in the custom CSS section. Here is the link: https://www.generationsgraphics.com/design Password is "test2020" Hi. Looks fine here. Can you explain clearly? 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
missrisa Posted February 25, 2021 Share Posted February 25, 2021 On 2/21/2021 at 4:37 AM, tuanphan said: Hi. Looks fine here. Can you explain clearly? For some reason it is fine in the top navigation, but if you scroll down, you will see in the body that the bottom outline of the buttons have disappeared throughout the website. Please see this screenshot: Link to comment
tuanphan Posted March 5, 2021 Share Posted March 5, 2021 On 2/25/2021 at 9:57 PM, missrisa said: For some reason it is fine in the top navigation, but if you scroll down, you will see in the body that the bottom outline of the buttons have disappeared throughout the website. Please see this screenshot: You used this code. It removed button border bottom a:not(.btn) { background-image: none !important; text-decoration: none !important; border-bottom: none !important; } To fix, add this code div.image-button-inner a { border-bottom: 2px solid #000 !important; } 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
missrisa Posted March 12, 2021 Share Posted March 12, 2021 On 3/5/2021 at 7:58 AM, tuanphan said: You used this code. It removed button border bottom a:not(.btn) { background-image: none !important; text-decoration: none !important; border-bottom: none !important; } To fix, add this code div.image-button-inner a { border-bottom: 2px solid #000 !important; } Thank you so much! That fixed the buttons on every page except for this one! https://dolphin-hen-etyc.squarespace.com/photo-collages Link to comment
tuanphan Posted March 28, 2021 Share Posted March 28, 2021 On 3/12/2021 at 9:44 PM, missrisa said: Thank you so much! That fixed the buttons on every page except for this one! https://dolphin-hen-etyc.squarespace.com/photo-collages Add to Design > Custom CSS /* Photo colalges page - button issue */ div#block-d8f36b82335d5df198e5 a { border-bottom: 2px solid #000 !important; } 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
AJT Posted April 2, 2021 Share Posted April 2, 2021 I am having the same issue. https://www.arieltaub.com/ines I tried your suggestions for code and it didn't fix the issue. Any help would be appreciated! Link to comment
tuanphan Posted April 10, 2021 Share Posted April 10, 2021 On 4/3/2021 at 4:18 AM, AJT said: I am having the same issue. https://www.arieltaub.com/ines I tried your suggestions for code and it didn't fix the issue. Any help would be appreciated! Hi. Sorry for the delay. What is your problem? Can you explain clearly? 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
SBSB Posted April 22, 2021 Share Posted April 22, 2021 I have a button with no bottom border also. https://www.zeiafoods.com/wholesale I've tried to inspect the page and use some code from this thread, but I haven't figured it out yet. How can I make the bottom border visible? Thanks. Link to comment
tuanphan Posted April 23, 2021 Share Posted April 23, 2021 20 hours ago, SBSB said: I have a button with no bottom border also. https://www.zeiafoods.com/wholesale I've tried to inspect the page and use some code from this thread, but I haven't figured it out yet. How can I make the bottom border visible? Thanks. Add to Design > Custom CSS /* Reset button border bottom */ div#block-yui_3_17_2_1_1619101669229_18993 a { border-bottom: 2px solid black !important; } 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