Help with changes to theme - by wmacquinn

This topic has 2 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Olga Barlow

  • Avatar: wmacquinn
    wmacquinn
    Participant
    February 9, 2017 at 17:47

    Is it possible to have the sticky header with no animation? We want it always in view, just not animated

    Can I replace the cart icon in the header with a quote icon and page? We do not do direct sales and everything is done through a quote system.

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 11, 2017 at 11:55

    Hello,

    1) If you want sticky header then disable fixed header in Theme Options > General > Header settings and add the following code in Theme Options > Styling > Custom CSS > Global CSS

    .et-header-overlap .header-wrapper {
        background-color: rgba(220, 89, 88, 0.5);
        position: fixed;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        z-index: 202;
    }

    You can’t have transparent header because sticky header will be also transparent.
    If you need more help with additional customization contact customization team https://wpkraken.io/?ref=8theme because this is out of the scope of our support.

    2) If you want to replace shopping cart widget in the header you should make changes in xstore/headers/xstore.php. Copy this file in child theme and do the necessary changes.

    Regards

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