Add text next to logo - by seocobe - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 8 years, 1 month ago ago by Eva Kemp

  • Avatar: seocobe
    seocobe
    Participant
    February 13, 2016 at 17:54

    Hello,

    Is it possible to a text next to the logo.
    My logo is css3 animated and I want to add my webshop name next to the logo in text format.
    Is this possible?

    Regards,
    Mario

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 14, 2016 at 08:56

    Hello,

    There is no such possibility for your header type, you can only edit the file wp-content/themes/woopress/headers/header-structure-1.php and add the content, or change header type in Theme Options > Header to header 6, 7, 13, 14 or 18 and add your content into Theme Options > Header > Header custom HTML (for 6, 7, 13, 14, 18 headers) section.

    Regards,
    Eva Kemp.

    Avatar: seocobe
    seocobe
    Participant
    February 14, 2016 at 09:55

    Hello,

    I copied the file wp-content/themes/woopress/headers/header-structure-1.php to my child theme directory and did the below adjustments.

    <div class=”header-logo”>
    <h1><?php etheme_logo(); ?>Robomow<span> Shop</span></h1>
    </div>

    The only problem I have now is that the H1,H2, etc… tag is not responsive anymore. It does not look OK on mobile. Any idea how to solve this?

    Br,
    Mario

    Avatar: Eva
    Eva Kemp
    Support staff
    February 14, 2016 at 10:26

    Hello,

    Add this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .header-logo h1 {
        font-size: 18px;
    }

    Regards,
    Eva Kemp.

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

You must be logged in to reply to this topic.Log in/Sign up

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