• Hi Guys,

    I’m working on a website using the latest version of the customizr theme.

    Instead of having a tagline in the upper right corner, I’d like to have a clickable phone number ( so that people on mobile can call immediately) and email address surrounded by a box. I would like it to look very similar to the “call us now” box in this website (see upper left corner): https://pushfitstudio.com/

    How do I do that?

Viewing 1 replies (of 1 total)
  • Here’s the HTML:

    <div class="col  span6">
    <ul class="header-cta-buttons">
    <li><a href="tel: (905) 690.7874"><i class="fa fa-phone"></i><span class="blue">CALL US NOW</span>  (905) 690 7874</a></li>
    <li><a class="hide-for-small" href="mailto:[email protected]"><i class="fa fa-envelope-o"></i> [email protected] </a></li>
    <li><a class="show-for-small" href="#"><i class="fa fa-envelope"></i></a></li>
    </ul>
    </div>

    The key is tel: and mailto: in the href.

    Suppress the Tagline by unchecking Header>Design and layout>Display the tagline

    Add a Widget Area

    Insert HTML in a Text Widget

Viewing 1 replies (of 1 total)
  • The topic ‘Customizr – Add Clickable Phone Number an Email in place of Tagline’ is closed to new replies.