Tagged: x
-
AuthorPosts
-
March 31, 2016 at 6:10 pm #861633
I want to add some text to the right of the logo (Ethos 1)
I need it to be responsive
March 31, 2016 at 7:08 pm #861686I’m guessing _brand.php ?
March 31, 2016 at 7:56 pm #861722Hi there,
Thanks for writing in! To assist you with this issue, would you mind providing 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. Thanks!
March 31, 2016 at 8:22 pm #861744March 31, 2016 at 8:23 pm #861747This reply has been marked as private.April 1, 2016 at 2:45 am #862176Hi There,
Thank you so much for the login details.
You can follow the thread below, on how to add text beside the logo.
https://community.theme.co/forums/topic/how-to-add-some-text-to-the-header/
Please check also that x-container-fluid is not yet used already. There is no fluid anymore. So replace x-container-fluid into x-container in the code shared above.
Hope it helps. Let us know how it goes.
Thanks.
April 1, 2016 at 4:03 am #862277I changed the x-container-fluid to x-container…It doesn’t work, but this does:
<?php
// =============================================================================
// VIEWS/GLOBAL/_BRAND.PHP
// —————————————————————————–
// Outputs the brand.
// =============================================================================$site_name = get_bloginfo( ‘name’ );
$site_description = get_bloginfo( ‘description’ );
$logo = x_make_protocol_relative( x_get_option( ‘x_logo’ ) );
$site_logo = ‘‘;
?>
<?php echo ( is_front_page() ) ? ‘<h1 class=”visually-hidden”>’ . $site_name . ‘</h1>’ : ”; ?>
” class=”<?php x_brand_class(); ?>” title=”<?php echo $site_description; ?>”>
<?php echo ( $logo == ” ) ? $site_name : $site_logo; ?>
<span class=”custom-text logo-pointer” style=”font-size:27px”><font color=”#000″>Strengthening Hearts. Improving Minds.</span>I can move it around with CSS.
April 1, 2016 at 9:15 am #862600Hi,
Glad you were able to figure it out.
Have a great day! 🙂
-
AuthorPosts