ElineBredesen
Member-
Content Count
7 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Move navigation button to the top on mobile
ElineBredesen replied to ElineBredesen's question in Coding and Customization
I have sent you a personal message, because the site is not live yet.- 2 replies
-
- mobile
- responsive-design
-
(and 2 more)
Tagged with:
-
ElineBredesen started following Phone number in my navigation bar and Move navigation button to the top on mobile
-
Move navigation button to the top on mobile
ElineBredesen posted a question in Coding and Customization
Hello I really need to know how to move the blue navigation button in my menu, to the top on mobile version. And is it also possible to remove the tlf number there, only on mobile version? Its an number-link. I need it on desktop tho.- 2 replies
-
- mobile
- responsive-design
-
(and 2 more)
Tagged with:
-
Phone number in my navigation bar
ElineBredesen replied to ElineBredesen's question in Coding and Customization
Thank you, do you have the code? π -
Phone number in my navigation bar
ElineBredesen replied to ElineBredesen's question in Coding and Customization
Is it possible to add a phone icon next to the number? π -
bangank36 reacted to an answer to a question: Phone number in my navigation bar
-
Phone number in my navigation bar
ElineBredesen replied to ElineBredesen's question in Coding and Customization
<style> .header-nav-item a[href="tel:+4757721555"] { display: none; } .header-nav-item a[href="tel:+4757721555"].moved { display: block; font-size: 1.5em; font-weight: 600; color: #54bce0; } .header-actions-action--cta { margin-left: 2em; } </style> <script> document.addEventListener('DOMContentLoaded', function() { document.querySelector(".header-actions--right").insertBefore(document.querySelector('[href="tel:+4757721555"]').parentNode, document.querySelector(".header-actions-action--cta")) document.querySelector('[href="tel:+4757721555"]').classList.add -
Phone number in my navigation bar
ElineBredesen replied to ElineBredesen's question in Coding and Customization
Hello! Its not public yet, but I have a password on it. Can I send you the link and passord somewhere else? π -
Hello, I am working on a website for a costumer, and he wants to have his number (clickable) in the navigation menu. I know that I can make a link, and add it to the menu, but I want it to stand more out than the rest (maybe bold), and to display beside the blue button (PrΓΈv gratis). Is this possible somehow?