• Resolved mrtflv

    (@mrtflv)


    i have set up the hestia theme, choosing in the header settings the post/pages layout that is on the rights, the one where the body is more near the menu. (to better explain the one that result in no header gradient shown). And this works fine normally, but when i try to setup the woocommerce this layout is not honored.
    Any idea to change this behavior ?
    Regards
    Flavio

    • This topic was modified 2 years, 5 months ago by mrtflv.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Mat

    (@mateithemeisle)

    Hello @mrtflv ,

    Thank you for using Hestia and apologies for the delayed reply!

    There is no built-in function for that particular page header to be removed but we can achieve such an effect by implementing the below CSS code in the Additional CSS tab within the Customizer:

    .page-header.header-small {
        display: none;
    }
    body:not(.home) .wrapper .main {
        margin-top: 80px;
    }

    This is the end result.(screenshot)

    Thank you and have an amazing day!

Viewing 1 replies (of 1 total)
  • The topic ‘Hestia and woocommerce’ is closed to new replies.