Sea-bot Posted January 15 Share Posted January 15 Hello, Added a link to my header for both email and phone number - both are aligned left, with name centered. I would like phone number left aligned, business center (as is), and email link separated from phone number link and aligned right. How do I separate links in the header and make them moveable, rather than the two links "auto-attaching" and self-aligning together? Thank you Link to comment
Solution tuanphan Posted January 17 Solution Share Posted January 17 On 1/16/2024 at 3:00 AM, Sea-bot said: arcpainting.co You can use this code to Website Tools (under Not Linked) > Custom CSS div.header-nav-item:nth-child(2) { position: absolute; right: 2vw; } 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
Sea-bot Posted January 22 Author Share Posted January 22 Thank you so much! I am having an issue changing my footer text color using CSS - can I ask in this thread? Or should I start a new one? I have figured out how to change the footer background color, but cant figure out the code for the text. I am trying to use page duplicates to a/b some color choices for aesthetics. However, the onboard style changes change the color to match across all pages. Looking to change color in a specific page only. Link to comment
tuanphan Posted January 25 Share Posted January 25 On 1/22/2024 at 11:36 AM, Sea-bot said: Thank you so much! I am having an issue changing my footer text color using CSS - can I ask in this thread? Or should I start a new one? I have figured out how to change the footer background color, but cant figure out the code for the text. I am trying to use page duplicates to a/b some color choices for aesthetics. However, the onboard style changes change the color to match across all pages. Looking to change color in a specific page only. Use this CSS code if you need to change Footer text color on Homepage Only body#collection-65aeef23d9a9cf7135fc8ad3 footer.sections * { color: #f1f !important; } Sea-bot 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment