Title versus Logo - by Tiit - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler

  • Avatar: Tiidush
    Tiit
    Participant
    August 16, 2019 at 06:58

    Is there a way to display site title as text in XStore header instead of logo?

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 16, 2019 at 07:23

    Hello,

    It requests additional customization in files and is outside the scope of basic theme support.
    If you have PHP and CSS skills you may implement this. Copy the xstore.php file (wp-content/themes/xstore/headers) to your child theme (xstore-child/headers folder) and edit content according to your needs there.

    Regards

    Avatar: Tiidush
    Tiit
    Participant
    September 7, 2019 at 07:58

    Thanks Rose!

    And here it is the row 18 to modify:
    <div class="header-logo"><?php etheme_logo(); ?></div>
    Just replace with something like this:
    <div class="site-title">Site title</div>
    … and make it translateable if you wish:
    <div class="site-title"><?php _e( 'Site title', 'xstore'); ?></div>

    Some more to customize, if using fixed header.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 7, 2019 at 08:37

    Hello,

    I am glad that you sorted out.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Title versus Logo’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.