cannot get call number to work on other site with high end

  • Resolved
    Posted in: Highend WP Theme  
  • Customer
    dnvegas54
    June 27, 2015 at 12:27 am #46451

    I tried using the code on a clients site that you gave me but i cannot get it to work for the tap phone number on last issue. Not sure why same theme, but his header uses the large one and my site uses the small one.

    http://wrightlawgroupnv.com/

    code you gave me for header area
    <i class=”hb-moon-phone”></i>Call Now! 702-405-0001

    for css area
    #header-bar a { display: inline; }
    #top-info-widget .hb-moon-arrow-right-5 { display:none; }
    @media handheld, only screen and (max-width: 900px){
    #top-cart-widget, .top-widget.float-right, .top-widget.float-left.clear-r-margin, #top-map-widget { display: block !important; }
    }

    there is a lot of css in the edit area. here is what is there
    .post-content { background: #222 !important; }
    .hb-post-excerpt .read-more { color: #FFF !important; border-color: #FC0; }
    .wp-caption-text, .gallery-caption { background: #222 !important; border-color: #222; }
    .single-post-tags a { background: #222 !important; }
    .author-box { background: #222; border-color: #333; }
    a { color: #FFF; }

    #fancy-search input[type=text] { color: #000 !important; }
    #fancy-search ::-webkit-input-placeholder { color: #000 !important; }
    #fancy-search ::-moz-placeholder { color: #000 !important; }
    #fancy-search :-ms-input-placeholder { color: #000 !important; }

    a#show-nav-menu {
    color: #000000;
    }

    .wpcf7-form input[type=text], .wpcf7-form textarea, .wpcf7-form input[type=email] {
    color: #FFF !important;
    }

    .single-post-content .post-header .post-meta-info a {
    color:#fff !important;
    }

    .post-content .post-header .post-meta-info a {
    color:; #fc0
    }

    .search-entry h4 a {
    color:#f90 !important;
    }

    #header-bar a { display: inline; }
    #top-info-widget .hb-moon-arrow-right-5 { display:none; }
    @media handheld, only screen and (max-width: 900px){
    #top-cart-widget, .top-widget.float-right, .top-widget.float-left.clear-r-margin, #top-map-widget { display: block !important; }
    }

    @media handheld,only screen and (max-width:767px) {
    #main-content .col-9.hb-main-content { width: 100% !important; }
    #main-content .right-sidebar .col-3.hb-sidebar { display: none !important; }
    }

    #header-bar a { display: inline; }
    #top-info-widget .hb-moon-arrow-right-5 { display:none; }
    @media handheld, only screen and (max-width: 900px){
    #top-cart-widget, .top-widget.float-right, .top-widget.float-left.clear-r-margin, #top-map-widget { display: block !important; }
    }

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.