tuanphan Posted July 17, 2021 Share Posted July 17, 2021 12 hours ago, madebysabah said: Hi! this worked for me however it doesn't show anywhere on the mobile site. 😞 can I fix that? Hi. 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
ryan.eaton Posted January 11, 2022 Share Posted January 11, 2022 Can we link parts of the text? like "Click Here to go here or click here to here" Â Link to comment
tuanphan Posted January 11, 2022 Share Posted January 11, 2022 5 hours ago, ryan.eaton said: Can we link parts of the text? like "Click Here to go here or click here to here"  this require JavaScript code (need a Business Plan or higher). If you share link to your site, we can test code easier 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
ryan.eaton Posted January 12, 2022 Share Posted January 12, 2022 18 hours ago, tuanphan said: this require JavaScript code (need a Business Plan or higher). If you share link to your site, we can test code easier ah all good, I worked it out from another thread. 🙂 Link to comment
Guest MNDrums Posted January 19, 2022 Share Posted January 19, 2022 Hi, I'm also trying to add some text to the right of my Site Title, and I want it to be slightly smaller than the title text. The link to the site is below:  chicken-rhombus-tnea.squarespace.com Link to comment
tuanphan Posted January 20, 2022 Share Posted January 20, 2022 On 1/20/2022 at 6:04 AM, MNDrums said: Hi, I'm also trying to add some text to the right of my Site Title, and I want it to be slightly smaller than the title text. The link to the site is below:  chicken-rhombus-tnea.squarespace.com Add to Design > Custom CSS a#site-title:after { content: "Enter tag line"; font-size: 16px; margin-left: 10px; } @media screen and (max-width:767px) { a#site-title:after { display:block; } }  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
ronanmor Posted May 10, 2022 Share Posted May 10, 2022 On 12/8/2020 at 1:35 PM, nomadweek said: Hello, I use this code - it works! How can I italicize only a part of my text (in my case like this: the delicious take away box) and show it in h3? and how can I make a line break after delicious? It would be great to get the code for this. Thanks a lot! Hello, Im wondering if anyone had a solution to @nomadweek issue. Im looking for the same myself. Link to comment
tuanphan Posted May 11, 2022 Share Posted May 11, 2022 19 hours ago, ronanmor said: Hello, Im wondering if anyone had a solution to @nomadweek issue. Im looking for the same myself. Hi. This will require Script code (need a Business Plan or higher). If you share link to your site, we can test some code ronanmor 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
ronanmor Posted May 11, 2022 Share Posted May 11, 2022 Im afraid i only have a regular account and can't afford a business plan. Is there any alternative means of getting a type based logo into the header above the main navigation? Â Thanks. Link to comment
creedon Posted May 11, 2022 Share Posted May 11, 2022 (edited) On 5/11/2022 at 9:50 AM, ronanmor said: Is there any alternative means of getting a type based logo into the header above the main navigation? If you want what nomadweek posted, mixed font styles in your type based logo, no. Think of it like this. CSS is like paint. You can paint a car to change the color. Now say you a have Kia Rio but you want a Sorento Plug-In Hybrid. A coat of paint ( CSS ) isn't going to make the Rio into a Sorento. You'd need a mechanic to make that happen. JavaScript is the mechanic in this metaphor and JS requires the business plan or above. Edited May 15, 2022 by creedon ronanmor and tuanphan 1 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
AndreaASC Posted June 2, 2022 Share Posted June 2, 2022 Thank you for the code. I changed it a bit and added text below the navigation menu. On desktop it works fine but it doesn't show up on mobile or tablet. How can I fix this? Link to comment
creedon Posted June 2, 2022 Share Posted June 2, 2022 (edited) 33 minutes ago, AndreaASC said: How can I fix this? Who's code are you referring to? Please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue. Edited June 2, 2022 by creedon Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
AndreaASC Posted June 3, 2022 Share Posted June 3, 2022 Hi Creedon, I added the "now accepting new clients" underneath the navigation menu and it works on desktop but not tablet or mobile.https://www.cyclebreakerstherapy.com/ Link to comment
creedon Posted June 3, 2022 Share Posted June 3, 2022 6 hours ago, AndreaASC said: I added the "now accepting new clients" underneath the navigation menu and it works on desktop but not tablet or mobile. The code is different for mobile. You could try something like the following for a start. .header-menu-nav-folder-content:after {  content : 'NOW ACCEPTING NEW CLIENTS';  margin-top : 1em;    } Let us know how it goes. AndreaASC 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
AndreaASC Posted June 6, 2022 Share Posted June 6, 2022 Thank you. The line "now accepting new clients" appears now when I open the hamburger menu on mobile. Is there a way to have it show up underneath the hamburger menu. So It's there even without opening the menu? Link to comment
creedon Posted June 7, 2022 Share Posted June 7, 2022 10 hours ago, AndreaASC said: Is there a way to have it show up underneath the hamburger menu. So It's there even without opening the menu? The structure of that area seems problematic to squeeze in text with CSS. It might be possible CSS/JavaScript. The other option that comes to mind would be to put the text in a page section, then with CSS hide/show that section for mobile. I don't have any code off the top of my head for that. AndreaASC 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
beren Posted October 12, 2022 Share Posted October 12, 2022 On 12/2/2020 at 7:12 PM, tuanphan said: Add to Home > Design > Custom CSS .header-nav:before { content: "enter your text"; display: block; position: relative; top: -50px; } Â Thank you so much. Went looking for a quick fix to a question I had, got a quick answer. Thanks so much. Link to comment
Muncamoo2000 Posted February 4, 2023 Share Posted February 4, 2023 @tuanphan I need to have the text in the header but I have 2 different colors. Dark blue color behind the logo, grey behind the navbar. I get either a blue bar or grey bar across my logo which blocks the logo. How do I fix this? Expectation  situation:  Code: Thanks! Link to comment
tuanphan Posted February 5, 2023 Share Posted February 5, 2023 21 hours ago, Muncamoo2000 said: @tuanphan I need to have the text in the header but I have 2 different colors. Dark blue color behind the logo, grey behind the navbar. I get either a blue bar or grey bar across my logo which blocks the logo. How do I fix this? Expectation  situation:  Code: Thanks! What is 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
Muncamoo2000 Posted February 7, 2023 Share Posted February 7, 2023 On 2/4/2023 at 9:31 PM, tuanphan said: What is site url? I actually figured this one out myself. I needed to use the z-index at -1 and it worked. Thank you for taking the time to respond to me! tuanphan 1 Link to comment
lmeghan Posted December 7, 2023 Share Posted December 7, 2023 How do I move this title to the right of the logo and change the font to ivy presto display? Â Â Link to comment
tuanphan Posted December 8, 2023 Share Posted December 8, 2023 16 hours ago, lmeghan said: How do I move this title to the right of the logo and change the font to ivy presto display?   If you share site url, we can help easier 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
katepayne Posted February 20 Share Posted February 20 Hi there! I modified one of these codes and it's working great, except I'd love to change the color to match my site palette. How do I enter a custom color? https://www.katepayne.net/ Thanks! Link to comment
tuanphan Posted February 21 Share Posted February 21 On 2/20/2024 at 9:32 AM, katepayne said: Hi there! I modified one of these codes and it's working great, except I'd love to change the color to match my site palette. How do I enter a custom color? https://www.katepayne.net/ Thanks! You mean text under logo? Use this CSS code .header-nav:before { color: #253551 !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
grgonzales2 Posted May 7 Share Posted May 7 Hello, I am currently running into the same problem on my website. I am trying to input text along the same side and corner as the examples above. I have copied and pasted the existing code people used above and mine is not displaying. Any help? 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