Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter finster123

    (@finster123)

    Thanks Andrew,

    <?php
    /**
     * Custom header implementation
     *
     * @link https://codex.www.ads-software.com/Custom_Headers
     *
     * @package WordPress
     * @subpackage Twenty_Seventeen
     * @since 1.0
     */
    
    /**
     * Set up the WordPress core custom header feature.
     *
     * @uses twentyseventeen_header_style()
     */
    <div align="center">
    <span style="font-size: 22px;"><i class="fa fa-phone"> CALL US NOW <a href="tel:0000000000"></i> 000-000-0000</span>
    </div>
    function twentyseventeen_custom_header_setup() {
Viewing 1 replies (of 1 total)