GregLassale Posted April 25, 2021 Share Posted April 25, 2021 Site URL: https://gregorylassale.com How would I go about inserting a line break between "Gregory Lassale" and "Translations" and have both horizontally centered? Thanks in advance. Link to comment
tuanphan Posted April 26, 2021 Share Posted April 26, 2021 Hi, Step 1. Edit title to this GREGORY LASSALE <br/>Translations Step 2. When you're done, let me know. I will test JS code to make line break 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
GregLassale Posted April 26, 2021 Author Share Posted April 26, 2021 4 hours ago, tuanphan said: Hi, Step 1. Edit title to this GREGORY LASSALE <br/>Translations Step 2. When you're done, let me know. I will test JS code to make line break Done. Thanks! Link to comment
tuanphan Posted April 27, 2021 Share Posted April 27, 2021 13 hours ago, GregLassale said: Done. Thanks! Add to Last Line in Code Injection Footer <script> $(document).ready(function(){ $("a.Header-branding").each(function(){ $(this).html($(this).text()); }); }); </script> 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
GregLassale Posted April 27, 2021 Author Share Posted April 27, 2021 Fantastic. Thanks a lot. One more question: how would I modify the script for the 2 lines to be horizontally centered? Thanks again. Link to comment
GregLassale Posted April 27, 2021 Author Share Posted April 27, 2021 Please disregard. I used CSS Quote a.Header-branding { text-align: center; } Link to comment
ArminB Posted April 27, 2021 Share Posted April 27, 2021 I'd simply do that in a graphic program like Illustrator, Photoshop etc... and upload it as a regular logo as .png About Armin: Squarespace Expert Profile: https://www.squarespace.com/designer/profile/3649084 Website: www.braunsberger-media.com Link to comment
ArminB Posted April 27, 2021 Share Posted April 27, 2021 About Armin: Squarespace Expert Profile: https://www.squarespace.com/designer/profile/3649084 Website: www.braunsberger-media.com Link to comment
ArminB Posted April 27, 2021 Share Posted April 27, 2021 Use the white one below the black (not visible here because white on white) About Armin: Squarespace Expert Profile: https://www.squarespace.com/designer/profile/3649084 Website: www.braunsberger-media.com Link to comment
GregLassale Posted April 27, 2021 Author Share Posted April 27, 2021 6 hours ago, ArminB said: I'd simply do that in a graphic program like Illustrator, Photoshop etc... and upload it as a regular logo as .png Hi there. I did think about going that route, but my branding animates on scroll (color change), which I'd like and would like to keep if possible. I guess a workaround could be to upload two PNGs of slightly different color and toggle them on hover, but that would necessitate even further customization that I don't know how to do. I will think about it. @tuanphanThat said, I have a new issue: The <br/> tag is displayed on browser tabs. Any idea how to hide it? Thanks. Link to comment
GregLassale Posted April 27, 2021 Author Share Posted April 27, 2021 7 hours ago, ArminB said: I have to say, I really the above as a logo design. How did you get the vertical bar and what Arial font weight did you use? It's lighter than the default on Affinity Designer. Thanks. Link to comment
ArminB Posted April 27, 2021 Share Posted April 27, 2021 4 hours ago, GregLassale said: I have to say, I really the above as a logo design. How did you get the vertical bar and what Arial font weight did you use? It's lighter than the default on Affinity Designer. Thanks. Used Photoshop real quick > the Font is "EFFRA Light" or so. You can also find some free fronts here: www.dafont.com About Armin: Squarespace Expert Profile: https://www.squarespace.com/designer/profile/3649084 Website: www.braunsberger-media.com Link to comment
GregLassale Posted April 27, 2021 Author Share Posted April 27, 2021 Please disregard question about hiding the BR tag. I used the following workaround instead: <!--Edit Site Title in Browser Tab Start--> <script> document.title = "Gregory Lassale Translations" </script> <!--Edit Site Title in Browser Tab End--> Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.