LauraJD Posted February 5, 2020 Posted February 5, 2020 Site URL: https://www.laurajewelldesign.co.uk/about How do I make all links in the body text (about page and journal) permanently underlined?
tuanphan Posted February 6, 2020 Posted February 6, 2020 Add to Home > Design > Custom CSS section#container a { border-bottom: 1px solid #817e7f !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!)
LauraJD Posted February 8, 2020 Author Posted February 8, 2020 Ah perfect thank you! Had tried a couple things that were no good but this worked like a dream. Sorry didn't respond sooner thought I'd get a notification so have just seen it now!
LauraJD Posted February 8, 2020 Author Posted February 8, 2020 Sorry any idea if I wanted to remove it just from heading links on blog page? https://www.laurajewelldesign.co.uk/journal
LauraJD Posted February 8, 2020 Author Posted February 8, 2020 It's also underlining images unfortunately?
tuanphan Posted February 8, 2020 Posted February 8, 2020 5 hours ago, LauraJD said: Sorry any idea if I wanted to remove it just from heading links on blog page? https://www.laurajewelldesign.co.uk/journal Add to after the above code in Custom CSS body#collection-5b8c2f426d2a7323d92e2f47 .entry-title a { border: none !important; } 5 hours ago, LauraJD said: It's also underlining images unfortunately? Can you share link to img? 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!)
LauraJD Posted February 8, 2020 Author Posted February 8, 2020 20 minutes ago, tuanphan said: Add to after the above code in Custom CSS body#collection-5b8c2f426d2a7323d92e2f47 .entry-title a { border: none !important; } Can you share link to img? It's on the project pages, on the images and the left and right arrows - https://www.laurajewelldesign.co.uk/#/cafesociety/
tuanphan Posted February 9, 2020 Posted February 9, 2020 On 2/6/2020 at 8:39 AM, tuanphan said: Add to Home > Design > Custom CSS section#container a { border-bottom: 1px solid #817e7f !important; } Remove this code, and add this to about & journal page settings > Advanced > Header <style> section#container a { border-bottom: 1px solid #817e7f !important; } </style> 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!)
LauraJD Posted February 9, 2020 Author Posted February 9, 2020 9 hours ago, tuanphan said: Add to after the above code in Custom CSS body#collection-5b8c2f426d2a7323d92e2f47 .entry-title a { border: none !important; } Can you share link to img? It's on the project pages, on the images and the left and right arrows - https://www.laurajewelldesign.co.uk/#/cafesociety/
LauraJD Posted February 9, 2020 Author Posted February 9, 2020 Oh it won't let me use advanced settings code bit, not on premium
tuanphan Posted February 9, 2020 Posted February 9, 2020 1 hour ago, LauraJD said: Oh it won't let me use advanced settings code bit, not on premium Which plan do you use? Personal or? 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!)
AlexSantos Posted February 9, 2020 Posted February 9, 2020 Hi @LauraJD @tuanphan has been very generous with his time and expertise but unfortunately you will need the Business plan to inject code anywhere in your site. If you are on the personal plan you want have that freedom. If you are going through your site and find that you wish you could customize beyond what Squarespace offers in the Styles panel then moving to Business plan is something you should consider as it offers complete CSS and Javascript customization. Here is how you can change your billing plan.
AlexSantos Posted February 9, 2020 Posted February 9, 2020 20 hours ago, LauraJD said: Sorry any idea if I wanted to remove it just from heading links on blog page? https://www.laurajewelldesign.co.uk/journal You can isolate code to a single page's header by clicking on the cog wheel next to the page. This will trigger a window to open where you should click advanced and finally you can add code to just that page. Step 1 Step 2 (Enter your code into the page header injection) Hope this helps.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.