New Landing How can we help? Atelier How to delete woocommerce product tab?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #250585
    1x1wall
    Member
    Post count: 22

    Hi,

    How can I delete the first tab “description” and rename “additional information” to be “description” instead?

    Thanks,
    Petch

    Attachments:
    You must be logged in to view attached files.
    #250588
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please refer this article https://docs.woothemes.com/document/editing-product-data-tabs/ and hope it should help to you.
    Thanks
    Mohammad

    #251609
    1x1wall
    Member
    Post count: 22

    Hi,

    I also got problem about logo. It looks good on naked header but for standard header it looks so small. How can we fix it?

    Thanks,
    Petch

    Attachments:
    You must be logged in to view attached files.
    #251641
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woo-aux-options-wrap{
    display:none !important;
    }

    Thanks
    Mohammad

    #251643
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with logo issue.
    Thanks
    Mohammad

    #251644
    1x1wall
    Member
    Post count: 22
    #251648
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> Logo Options -> Here you can set the Max height here, so just increase the height.
    Thanks
    Mohammad

    #251673
    1x1wall
    Member
    Post count: 22

    Hi,

    When I increase the height of logo, it will change all pages. I just want the logo show same size on every page.

    Thanks,
    Petch

    #251685
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes you need to set a bigger max height in the logo options

    – Kyle

    #251687
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I see that you have some custom css to control the size of logo. Just comment that code:-

    .page-header-standard #logo img.retina{display: inline-block;width: 60px;}

    Find this code:-

    .full-center #main-navigation ul.menu > li > a, .full-center .header-right ul.menu > li > a, .full-center nav.float-alt-menu ul.menu > li > a, .full-center .header-right div.text, .full-center #header .aux-item ul.social-icons li,
    .full-header-stick #header, .full-header-stick #logo, .full-header-stick .header-left, .full-header-stick .header-right{
        line-height: 90px;
        height: 90px;
    }

    And replace with:-

    .full-center #main-navigation ul.menu > li > a, .full-center .header-right ul.menu > li > a, .full-center nav.float-alt-menu ul.menu > li > a, .full-center .header-right div.text, .full-center #header .aux-item ul.social-icons li,
    .full-header-stick #header, .full-header-stick .header-left, .full-header-stick .header-right{
        line-height: 90px;
        height: 90px;
    }

    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register