Changes in Header - by prady1994 - on WordPress WooCommerce support

This topic has 10 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Robert Hall

  • Avatar: prady1994
    prady1994
    Participant
    November 26, 2015 at 21:21

    I am using the header 17 but the pages are only coming on the left side of the logo? How I split them between both side of the logo.

    Also how do i reduce the width of the header? Disable the currency and translation process?

    Please, contact administrator
    for this information.
    9 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    November 26, 2015 at 21:44

    Hello,

    Go to Appearance > Menus > “Manage Locations” tab and set menu for “Main menu (right)”.

    To remove languages icons add empty Text widget into “Left Side top bar area” in Appearance > Widgets.

    To reduce width of the header add this code in Theme Options > Custom CSS > Custom CSS for desktop:

    .navbar {
        padding: 5px 0px;
    }

    Regards,
    Eva Kemp.

    Avatar: prady1994
    prady1994
    Participant
    November 26, 2015 at 22:02

    Hi,

    Changing the menu appearance doesn’t work, if i make it right, everything goes on the right! I need the menus options to be there on both side like this

    [ Pagelink1 Pagelink2 Logo Pagelink3 Pagelink4 }

    Also how do i add the cart option in the same bar as the logout and my account section, and change the color of that bar to white?

    I would like to add a line where the header ends and reduce the space between the header end and the page beginning!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 27, 2015 at 09:01

    Hello,

    1) I’ve added menu to the right side. Please check it.
    2) Sorry, but we don’t have such option in our theme.
    3) Please use this code in Theme Options->Custom CSS->Global Custom CSS

    .top-bar{
    background: #fff;
    }
    

    Regards,
    Robert Hall.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 27, 2015 at 09:08

    Hello,

    You have to create 2 menus:
    the 1st one will contain one part of your main menu – Pagelink1 Pagelink2
    and the second one will contain the second part of your menu – Pagelink3 Pagelink4.
    Then set these menus for “Main menu (left)” and “Main menu (right)”.

    There is no possibility to move Cart widget to the top bar, but you can add Cart link in Appearance > Widgets > Right Side top bar area.
    To change background color of the top bar use this css code:

    .top-bar {
        background-color: white;
    }

    To add a line use this code:

    .header-wrapper {
        border-bottom: 1px solid black;
    }

    and to reduce space:

    .page-content {
       margin-top: 0px;
    }

    Regards,
    Eva Kemp.

    Avatar: prady1994
    prady1994
    Participant
    November 27, 2015 at 12:19

    Hi,

    Thank you for the amazing support.

    1) How can i change the font size and style of the menu bar on top?

    2) if you see the site currently, I want to add ht Sign and resister option on the bar where the cart is there, how can i do that?

    Also the site is loading very slow, any reason for that?

    Avatar: prady1994
    prady1994
    Participant
    November 27, 2015 at 12:22

    Hi,

    Thank you for the amazing support.

    1) How can i change the font size and style of the menu bar on top?

    2) if you see the site currently, I want to add the Sign in and register option on the bar where the cart is there, how can i do that?

    3) I don’t want the site to scroll on the homepage, how do i do that?

    4) If you scroll down on the site, you will notice that the menu comes in 2 lines, i don’t want that to happen.

    Also the site is loading very slow, any reason for that?

    Avatar: Eva
    Eva Kemp
    Support staff
    November 27, 2015 at 13:01

    Hello,

    1. To change font size for menu add this code in Custom CSS for desktop:

    .menu > li a {
       font-size: 15px !important;
    }

    2. You can add the links in Theme Options > Header > Header custom HTML and write the code for Sign In and Register links. But they will be shown on the left.

    3. I’ve added the code to CSS block in Visual Composer editor on your Home page:
    http://storage5.static.itmages.com/i/15/1127/h_1448625447_6676008_08b35de563.png

    4. Add this code in Custom CSS for desktop:

    .fixed-header-area .collapse {
        width: 50%;
    }

    5. You can speed up the site following the suggestions from these articles:
    http://codex.wordpress.org/WordPress_Optimization
    http://techtage.com/speeding-up-wordpress-sites/
    http://www.sparringmind.com/speed-up-wordpress/
    https://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#heartbeat-in-action

    Regards,
    Eva Kemp.

    Avatar: prady1994
    prady1994
    Participant
    November 27, 2015 at 14:19

    Hello,

    The site is not opening properly on any of the mobile devices. The theme is not responsive. Please help

    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 27, 2015 at 14:42

    Hello,

    I’ve checked your site and don’t see any problems.
    Maybe provide screenshot for our better understanding and highlight what exactly you mean.

    Regards,
    Robert Hall.

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