Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #861633

    charliesa
    Participant

    I want to add some text to the right of the logo (Ethos 1)

    I need it to be responsive

    #861686

    charliesa
    Participant

    I’m guessing _brand.php ?

    #861722

    John Ezra
    Member

    Hi 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!

    #861744

    charliesa
    Participant
    #861747

    charliesa
    Participant
    This reply has been marked as private.
    #862176

    Nico
    Moderator

    Hi 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.

    #862277

    charliesa
    Participant

    I 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 = ‘' . $site_description . '‘;

    ?>

    <?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.

    #862600

    Paul R
    Moderator

    Hi,

    Glad you were able to figure it out.

    Have a great day! 🙂