Hi, I have a fixed top bar with a CTA button (Call now) but I want to change it for Desktop users to Contact Us (write a contact form) it’s possible to do? Obviously maintaining the Call Now button only in Mobile.
<p class="topbar-text hide-on-mobile">Top bar CTA for Desktop and tablet</p>
<p class="topbar-text hide-on-tablet hide-on-desktop">Top bar CTA for Mobile</p>