AndreasT Posted May 29, 2020 Posted May 29, 2020 Site URL: https://at-consulting.squarespace.com/ Hi, I'm trying to add a simple line of text to my header, in particular the bottom right part of it, but I can't figure out what I have to target to do that. I managed to get text into the Header on the very top but not the spot I'm trying to target. Password is: Adr2020
tuanphan Posted May 29, 2020 Posted May 29, 2020 It seems you solved with phone text? 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!)
AndreasT Posted June 5, 2020 Author Posted June 5, 2020 On 5/29/2020 at 4:41 PM, tuanphan said: It seems you solved with phone text? Hey, sorry for the late reply. I sadly didn't figure it out, I just used my secondary navigation that's currently unused to display the text where I want it. If I ever end up having to use the secondary navigation this would fall appart, that's why I'm trying to get a text field in there to display just the phone number.
tuanphan Posted June 8, 2020 Posted June 8, 2020 On 6/5/2020 at 4:23 PM, AndreasT said: Hey, sorry for the late reply. I sadly didn't figure it out, I just used my secondary navigation that's currently unused to display the text where I want it. If I ever end up having to use the secondary navigation this would fall appart, that's why I'm trying to get a text field in there to display just the phone number. You can use CSS to insert text under header, however text won't be clickable. if you want this, I will give the 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!)
AndreasT Posted June 11, 2020 Author Posted June 11, 2020 On 6/8/2020 at 3:15 PM, tuanphan said: You can use CSS to insert text under header, however text won't be clickable. if you want this, I will give the code. Is it only possible to add it beneath the header? I'd like to put the text exactly where the phone number is right now, but like you said, not have it clickable. I'd be grateful for any code you can provide, since I can't seem to figure out how to place the text correctly. Thanks in advance!
tuanphan Posted June 11, 2020 Posted June 11, 2020 3 minutes ago, AndreasT said: Is it only possible to add it beneath the header? I'd like to put the text exactly where the phone number is right now, but like you said, not have it clickable. I'd be grateful for any code you can provide, since I can't seem to figure out how to place the text correctly. Thanks in advance! Add to Home > Design > Custom CSS header.Header.Header--top:after { content: "+43.699.16468091"; display: block; text-align: right; padding-right: 1.5vw; color: grey; } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.