jbryan Posted August 1, 2020 Share Posted August 1, 2020 (edited) I'm using Squarespace 7.1 is there any way to make just the header navigation button to the"outline" style without changing the rest of the buttons? There's not an option for it in header button so I'm wondering if it has to be CSS. Something like: .header-actions-action .btn { style: outline !important; } Although, this CSS doesn't work of course 🤦♂️ Thanks! Edited August 1, 2020 by jbryan Link to comment
tuanphan Posted August 1, 2020 Share Posted August 1, 2020 Can you share link to your site? We can check easier. 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
michaell Posted January 25, 2021 Share Posted January 25, 2021 I have this question too. Can I send you a message? Thanks Link to comment
tuanphan Posted February 1, 2021 Share Posted February 1, 2021 On 1/25/2021 at 4:35 AM, michaell said: I have this question too. Can I send you a message? Thanks Can you share link to your site? We can help easier 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
leighb Posted February 27, 2021 Share Posted February 27, 2021 I also want to make just the header navigation button to and "outline" style without changing the rest of the buttons. It would be nice to know the option for the pill-shaped outline style in case I like the look of that better. Thank you for your help! Here is my website: https://www.ancientcedarsreiki.ca/ Link to comment
tuanphan Posted March 2, 2021 Share Posted March 2, 2021 On 2/27/2021 at 8:09 AM, leighb said: I also want to make just the header navigation button to and "outline" style without changing the rest of the buttons. It would be nice to know the option for the pill-shaped outline style in case I like the look of that better. Thank you for your help! Here is my website: https://www.ancientcedarsreiki.ca/ Add to Design > Custom CSS /* header button */ header#header a.btn { background: transparent; border: 2px solid white; } 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
leighb Posted March 3, 2021 Share Posted March 3, 2021 Thank you - I'm on the right track now. Much appreciated. This is what I ended up with: //HEADER BUTTON// header#header a.btn { background: transparent; border: 2px solid #001510; color: #001510; font-size: 14px; } Link to comment
tuanphan Posted March 7, 2021 Share Posted March 7, 2021 On 3/3/2021 at 11:59 PM, leighb said: Thank you - I'm on the right track now. Much appreciated. This is what I ended up with: //HEADER BUTTON// header#header a.btn { background: transparent; border: 2px solid #001510; color: #001510; font-size: 14px; } It doesn look good on tablet. Do you want to change to 2 items/row on tablet? 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
leighb Posted March 10, 2021 Share Posted March 10, 2021 (edited) Oh whoa! No it doesn't look good there. Yes, if there's some code for that - thank you for your help and keen eye @tuanphan! I didn't realize it looks different on a tablet vs. mobile. Edited March 13, 2021 by leighb Link to comment
leighb Posted March 16, 2021 Share Posted March 16, 2021 On 3/6/2021 at 9:56 PM, tuanphan said: It doesn look good on tablet. Do you want to change to 2 items/row on tablet? Hi @tuanphan thank you for pointing this out - do you have CSS to fix this image/text issue? As you mentioned there is a problem in tablet view. Thanks for your help. Link to comment
tuanphan Posted March 23, 2021 Share Posted March 23, 2021 On 3/16/2021 at 11:55 AM, leighb said: Hi @tuanphan thank you for pointing this out - do you have CSS to fix this image/text issue? As you mentioned there is a problem in tablet view. Thanks for your help. Add to Design > Custom CSS > Then save & reload your site /* Fix tablet posters */ @media screen and (max-width:991px) and (min-width:768px) { div#page-section-60368a623300c10aef1d184e .image-inset { padding-bottom: 200% !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
leighb Posted March 23, 2021 Share Posted March 23, 2021 Thank you @tuanphan! That did the trick. Very much appreciated. 🙂 Link to comment
Miicherey Posted January 6 Share Posted January 6 I need help with this too. I added a secondary button to my navigation using a custom code from https://github.com/tomsWebConsulting/twcsl/tree/main/v7.1/Add Buttons to Header#add-buttons-to-header But I want the left navigation button style to be outlined like the "Check Price" button below. Reference like in the 2nd screenshot. Here is my website: https://www.mystorage.vn/new-page-1 Thank you! Link to comment
tuanphan Posted January 8 Share Posted January 8 On 1/7/2023 at 2:20 AM, Miicherey said: I need help with this too. I added a secondary button to my navigation using a custom code from https://github.com/tomsWebConsulting/twcsl/tree/main/v7.1/Add Buttons to Header#add-buttons-to-header But I want the left navigation button style to be outlined like the "Check Price" button below. Reference like in the 2nd screenshot. Here is my website: https://www.mystorage.vn/new-page-1 Thank you! Add to Design > Custom CSS header#header a.btn[href*="tel"] { border: 2px solid var(--announcement-bar-background-color) !important; background-color: transparent; color: var(--announcement-bar-background-color); } 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