Your account expired support, please renew to get your support.

Home Forums Themes Support Myha How to make header shorter

  • This topic has 5 replies, 2 voices, and was last updated 1 year ago by admin.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9583
    Surfi89
    Support Expired

    Hello,

    Just a quick question please, how can I make the theme header shorter?
    It is very high from default and I would like to have a header similar to the one of this forum.

    Thank you!

    #9584

    Hi,
    Thanks for contacting us and choosing our product!
    You can go to Appearance -> Customize -> Additional CSS and add this code:

    .header-1 .haru-header-nav-wrap .header-nav-above {
      height: 90px;
    }
    .header-1 .haru-header-nav-wrap .header-nav-above .header-center .header-navigation .menu-wrap .haru-main-menu > li > a {
      line-height: 90px;
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

    #9585

    We also see your Revolution Slider not fullwidth. You need go to Settings of Revolution Slider (General Settings) then scroll to bottom and change option Observe Wrapper Container to ON.

    ***
    Regards,
    HaruTheme

    #9586
    Surfi89
    Support Expired

    Hey! Thank you very much for both instructions, it worked like a charm!

    Once last question, can I do something to modify the Checkout Page?
    I would like to put the order details in the top, so it appears before the customer details. Is it posible?

    Thank you very much!

    #9587
    Surfi89
    Support Expired

    I did it to move the order table in the checkout page to the top by adding the following code to the functions.php file, but the order heading text remains in the bottom in its original position:

    add_filter( ‘woocommerce_ship_to_different_address_checked’, ‘__return_false’ );

    remove_action( ‘woocommerce_checkout_order_review’, ‘woocommerce_order_review’, 20 );
    add_action( ‘woocommerce_before_checkout_form’, ‘woocommerce_order_review’, 30 );

    Any ideas to move the “Your order” heading text also?
    Thank you

    #9588

    Hi,
    You can customize Checkout page via child theme follow this document from WooCommerce:

    Template structure & Overriding templates via a theme


    The templates file in WooCommerce in: wp-content/plugins/woocommerce/templates/checkout/ then you can change what do you want.
    or use plugin:

    Checkout Fields Manager for WooCommerce


    Hope this helps!

    ****
    Regards,
    HaruTheme

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.