Fishlette Posted April 24, 2020 Posted April 24, 2020 Hello, I am trying to add two buttons to the Site Header for a Chiro. One to Request Appt and One for New Patients. Is there any way to achieve this in 7.1? Also, is there any way to have the two buttons on a separate line in the Site Header? Screenshot attached for reference. Thank you!
tuanphan Posted April 25, 2020 Posted April 25, 2020 I am trying to add two buttons to the Site Header for a Chiro. One to Request Appt and One for New Patients. Is there any way to achieve this in 7.1? You can turn last navigation item to button with this CSS nav.header-nav-list>.header-nav-item:last-child>a { background: blue; color: violet !important; padding: 10px 5px; border-radius: 3px; } Also, is there any way to have the two buttons on a separate line in the Site Header? Screenshot attached for reference. You need to use JavaScript to add new button, CSS above won't work in this case. 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!)
Guest Posted December 23, 2020 Posted December 23, 2020 This seems be the easiest solution that I have found tuanphan. Is there a way vertically center the navigation headers and the buttons?
tuanphan Posted December 24, 2020 Posted December 24, 2020 14 hours ago, LisaWorkingHard said: This seems be the easiest solution that I have found tuanphan. Is there a way vertically center the navigation headers and the buttons? I think we can use CSS flex. If you share site url, we can give exactly 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!)
RTAAMarketing Posted January 28, 2021 Posted January 28, 2021 Hi @tuanphan Im having the same issue as above. Could you help please? I'd vertically center the navigation headers and the buttons as well. Did you ever find a solution?
tuanphan Posted February 2, 2021 Posted February 2, 2021 On 1/28/2021 at 2:24 AM, RTAAMarketing said: Hi @tuanphan Im having the same issue as above. Could you help please? I'd vertically center the navigation headers and the buttons as well. Did you ever find a solution? Can you share site url? We can check 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!)
RTAAMarketing Posted February 2, 2021 Posted February 2, 2021 2 hours ago, tuanphan said: Can you share site url? We can check easier Yes. Ill have to add you as the site isnt live yet.
tuanphan Posted February 4, 2021 Posted February 4, 2021 On 2/3/2021 at 12:02 AM, RTAAMarketing said: Yes. Ill have to add you as the site isnt live yet. You can setup password & share 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!)
RTAAMarketing Posted February 4, 2021 Posted February 4, 2021 10 hours ago, tuanphan said: You can setup password & share url. Thanks! I private messaged you with the password.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.