Guest Posted March 23, 2020 Share Posted March 23, 2020 Site URL: http://www.pitchurethis.com Any chance that anyone may know any code customize a button that's in the header nav? Currently using Squarespace 7.1. Basically, I have been able to use css to customize all of the normal buttons ( small, medium, large) outside of the nav, but can not find the class or correct target to customize the one in the header nav. Looking to edit the font, size, stroke width of that button Screenshoot attached for reference Link to comment
tuanphan Posted March 23, 2020 Share Posted March 23, 2020 What is access password? 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!) Link to comment
Solution tuanphan Posted March 24, 2020 Solution Share Posted March 24, 2020 22 hours ago, colee424 said: @tuanphan it is "pitchure" Add to Home > design > Custom CSS .header-actions-action .btn { padding: 20px 30px; font-size: 15px; color: red !important; background: green !important; border-color: violet !important; } kellyhutsbydesigns, smithy_sw, chynna and 3 others 5 1 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!) Link to comment
Guest Posted March 24, 2020 Share Posted March 24, 2020 54 minutes ago, tuanphan said: Add to Home > design > Custom CSS .header-actions-action .btn { padding: 20px 30px; font-size: 15px; color: red !important; background: green !important; border-color: violet !important; } Incredible! thanks a lot @tuanphan Link to comment
smackawack Posted March 1, 2022 Share Posted March 1, 2022 Can I use this similar code to add buttons to my header area? Looking to replace the header items with buttons. getzillion.com password getzillion Link to comment
tuanphan Posted March 3, 2022 Share Posted March 3, 2022 On 3/2/2022 at 1:30 AM, smackawack said: Can I use this similar code to add buttons to my header area? Looking to replace the header items with buttons. getzillion.com password getzillion It looks like you figured it out with this? .collection a { background: #1c1c1c !important; margin-right: 15px; border-radius: 3px; background: url(https://res.cloudinary.com/sam13/image/upload/v1646265754/bg_hjirgn.png) no-repeat !important; background-size: cover !important } 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!) Link to comment
davidmillerrobinson Posted May 31, 2022 Share Posted May 31, 2022 I have similar issue. Need to change the font family specifically not the colors/ size as much... can you help? Link to comment
tuanphan Posted June 1, 2022 Share Posted June 1, 2022 10 hours ago, davidmillerrobinson said: I have similar issue. Need to change the font family specifically not the colors/ size as much... can you help? What is your site url? 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!) Link to comment
andreabalogun_ Posted August 26, 2022 Share Posted August 26, 2022 I was able to customize the button in desktop view but now I'm having trouble with the mobile version. Any suggestions? https://woman-evolve.squarespace.com/ - password: EVOLVE Link to comment
tuanphan Posted August 28, 2022 Share Posted August 28, 2022 On 8/26/2022 at 9:24 PM, andreabalogun_ said: I was able to customize the button in desktop view but now I'm having trouble with the mobile version. Any suggestions? https://woman-evolve.squarespace.com/ - password: EVOLVE What is problem? It looks like you removed header on mobile? 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!) Link to comment
andreabalogun_ Posted August 29, 2022 Share Posted August 29, 2022 On 8/28/2022 at 4:03 AM, tuanphan said: What is problem? It looks like you removed header on mobile? I didn't mean to remove it, but I'm referring to when you press the hamburger icon to reveal the navigation menu. Link to comment
tuanphan Posted August 29, 2022 Share Posted August 29, 2022 1 hour ago, andreabalogun_ said: I didn't mean to remove it, but I'm referring to when you press the hamburger icon to reveal the navigation menu. Use this CSS to customize mobile button .header-menu-cta a { background-color: green !important; font-family: monospace !important; } CraigN 1 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!) Link to comment
andreabalogun_ Posted August 29, 2022 Share Posted August 29, 2022 6 hours ago, tuanphan said: .header-menu-cta a { background-color: green !important; font-family: monospace !important; } Thanks so much! Link to comment
Oda Posted September 12, 2022 Share Posted September 12, 2022 Hi! I've been trying to change the size of the text on the button in my header. The rest of the buttons on my page has the "correct" font size, but in my header the size is bigger. I tried the code above, but it didn't seem to affect the size, just colours. Any help? https://etna-as.squarespace.com/ PW: Lansering Link to comment
tuanphan Posted September 17, 2022 Share Posted September 17, 2022 On 9/12/2022 at 3:11 PM, Oda said: Hi! I've been trying to change the size of the text on the button in my header. The rest of the buttons on my page has the "correct" font size, but in my header the size is bigger. I tried the code above, but it didn't seem to affect the size, just colours. Any help? https://etna-as.squarespace.com/ PW: Lansering Use this CSS header#header a.btn { font-size: 20px !important; } 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!) Link to comment
Octavian9765 Posted October 28, 2022 Share Posted October 28, 2022 Hi! I want to change the thickness of the button in the Header. I tried the custom CSS code but I cant figure out how. I want it to be not as "fat" or high, but just slimmer. Can anyone help me? THanks! dalmatian-sponge-m44a.squarespace.com Password: Wiwimaster1!s Link to comment
tuanphan Posted October 31, 2022 Share Posted October 31, 2022 On 10/29/2022 at 2:44 AM, Octavian9765 said: Hi! I want to change the thickness of the button in the Header. I tried the custom CSS code but I cant figure out how. I want it to be not as "fat" or high, but just slimmer. Can anyone help me? THanks! dalmatian-sponge-m44a.squarespace.com Password: Wiwimaster1!s Add to Design > Custom CSS header#header a.btn { padding-top: 5px !important; padding-bottom: 5px !important; } Octavian9765 1 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!) Link to comment
Octavian9765 Posted October 31, 2022 Share Posted October 31, 2022 9 hours ago, tuanphan said: Add to Design > Custom CSS header#header a.btn { padding-top: 5px !important; padding-bottom: 5px !important; } THanks! But it doesn'T look very well. The text is not in the middle now. How can I fix that? Link to comment
tuanphan Posted November 4, 2022 Share Posted November 4, 2022 On 11/1/2022 at 3:04 AM, Octavian9765 said: THanks! But it doesn'T look very well. The text is not in the middle now. How can I fix that? What is your site url? Sometimes each site will need a different code 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!) Link to comment
Octavian9765 Posted November 4, 2022 Share Posted November 4, 2022 3 hours ago, tuanphan said: What is your site url? Sometimes each site will need a different code www.wiwimeisterschaften.de Link to comment
tuanphan Posted November 6, 2022 Share Posted November 6, 2022 On 11/4/2022 at 11:48 PM, Octavian9765 said: www.wiwimeisterschaften.de It is fine to me 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!) Link to comment
Octavian9765 Posted November 6, 2022 Share Posted November 6, 2022 51 minutes ago, tuanphan said: It is fine to me Yeah the problem is that it's too fat. I would like to make it slimmer. And the code you sent me made it slimmer, however the text was down instead of in the middle of the button. You see it normal now, because I changed it back to original, since the website is already live. Link to comment
tuanphan Posted November 10, 2022 Share Posted November 10, 2022 On 11/6/2022 at 9:48 PM, Octavian9765 said: Yeah the problem is that it's too fat. I would like to make it slimmer. And the code you sent me made it slimmer, however the text was down instead of in the middle of the button. You see it normal now, because I changed it back to original, since the website is already live. Use this CSS header#header a.btn { padding-top: 10px !important; padding-bottom: 10px !important; } 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!) Link to comment
Octavian9765 Posted November 13, 2022 Share Posted November 13, 2022 On 11/10/2022 at 7:49 AM, tuanphan said: Use this CSS header#header a.btn { padding-top: 10px !important; padding-bottom: 10px !important; } Thanks a lot! that worked. 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