Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1127552
    montanag
    Participant

    Hello I have and x them with integrity stack.
    I have no image logo but only The text using the website title.
    I would like the phone number to appear underneath the logo text and centered and also use the same font that is Google Unkempt font.

    I tried the following code I found in your forum but it puts the phone number text above the logo text:
    add_action(‘x_after_view_global__brand’, function(){

    echo ‘<div cass=”logobar-widget-area”>’;
    dynamic_sidebar( “logobar-sidebar” );
    echo ‘</div><style>.logobar-widget-area { float: right; }</style>’;

    });

    register_sidebar( array(
    ‘name’ => __( ‘Logobar Widget Placement’ ),
    ‘id’ => “logobar-sidebar”,
    ‘description’ => ”,
    ‘class’ => ”,
    ‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,
    ‘after_widget’ => “</div>”,
    ‘before_title’ => ‘<h3 class=”widgettitle”>’,
    ‘after_title’ => “</h3>”
    ) );

    #1127857
    Jade
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1132628
    montanag
    Participant

    Sorry for the delayed response.

    The url is http://baldymtnoutfitter.com

    Thanks for your help

    #1133052
    Christopher
    Moderator

    Hi there,

    Please update this line :

    echo ‘<div cass=”logobar-widget-area”>’;

    To :

    echo '<div class="logobar-widget-area">';

    Please implement the code so we can help you with its style.

    Thanks.

    #1135251
    montanag
    Participant

    Code has been implemented!

    #1135410
    Darshana
    Moderator

    Let us know if you need anything else.

    Thanks!

    #1135424
    montanag
    Participant

    Yes please I am still trying to get the phone number to appear directly under the logo text in the header and in the same font which is Google Unkempt.

    I cant wait for your new header builder to come out.

    Thanks for your help

    #1135541
    Rupok
    Member

    Hi there,

    It seems you already have the below code :

    .logobar-widget-area {
      float: right;
    }

    Let’s update this to following :

    .logobar-widget-area {
      font-family: "Unkempt",cursive;
      left: 0;
      position: absolute;
      top: 65px;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1127552 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>