Header changes - by marianaopimentel - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 8 years, 6 months ago ago by Eva Kemp

  • Avatar: marianaopimentel
    marianaopimentel
    Participant
    March 10, 2015 at 00:53

    Hi all

    I am using header #6 and need to:

    – Remove blog description

    – Change cart icon color

    – The site description in the browser is duplicated. Need to correct it

    5 Answers
    Avatar: Brian Johnson
    Brian Johnson
    Member
    March 10, 2015 at 10:18

    Hello.
    Please provide us with wp-admin credentials.

    With best regards
    Brian Johnson

    Avatar: marianaopimentel
    marianaopimentel
    Participant
    March 21, 2015 at 14:20

    Hi Brian, i just changed the header option and so the issue to remove site title no longer applies.

    However, I really need to:

    – The site description in the browser is duplicated. Need to correct it

    – Center the menu

    – Is it possible to add a secondary menu to the top of the menu?

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    March 22, 2015 at 20:06

    Hello,

    1. I’ve commented line 16 in the file wp-content/themes/woopress/header.php. Now only one description is shown in browser tab.
    2. Add this code in custom.css to center the menu:

    .header-type-8 .menu-wrapper .navbar-collapse .menu-main-container .menu {
        margin-left: 250px;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
    3. Unfortunately there is no such possibility. Sorry.

    Regards,
    Eva Kemp.

    Avatar: marianaopimentel
    marianaopimentel
    Participant
    October 6, 2015 at 15:44

    Dear all,

    I made an update and the css line you suggested for centring the menu:

    .header-type-8 .menu-wrapper .navbar-collapse .menu-main-container .menu {
    margin-left: 250px;
    }

    is not working.

    Help please!

    Avatar: Eva
    Eva Kemp
    Support staff
    October 6, 2015 at 15:58

    Hello,

    I’ve added this code in Custom CSS for desktop:

    .header-type-8 .menu-wrapper .navbar-collapse .menu-main-container .menu {
        margin-left: 120px;
    }

    Clear browser cache and check menu now.

    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 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.