Tagged: x
-
AuthorPosts
-
August 11, 2016 at 1:27 pm #1127552
montanagParticipantHello 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>”
) );August 11, 2016 at 6:01 pm #1127857
JadeModeratorHi 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.
August 15, 2016 at 6:22 pm #1132628
montanagParticipantAugust 16, 2016 at 1:19 am #1133052
ChristopherModeratorHi 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.
August 17, 2016 at 9:44 am #1135251
montanagParticipantCode has been implemented!
August 17, 2016 at 11:38 am #1135410
DarshanaModeratorLet us know if you need anything else.
Thanks!
August 17, 2016 at 11:48 am #1135424
montanagParticipantYes 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
August 17, 2016 at 1:21 pm #1135541
RupokMemberHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1127552 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
