Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1992579
Move shopping icon, search, etc up
Closed

Comments

  • bungad13 started the conversation

    Hi there,

    I'd like to move the shopping cart icon, side menu icon, and search icon up to be on the same plane as the logo (we have it center logo above the nav). I can move one up, but when I move the others with padding, it gets messed up.

    Could you please tell me how to move all three together so they're sitting even with the logo and above the nav bar?

  • bungad13 replied

    Anything on this yet? Really need a response.

    Also want to see how I can make four columns in the footer to 5. Help with that would be great, too.

  •  1,845
    Elated replied

    Hello there,

    Welcome to your support management and thank you for choosing our theme!

    I apologize for the late reply, we have been getting a lot of messages daily and are trying our best to keep up with every request. I hope you can understand.

    1- In order to move the widgets please copy the following code into Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS

    .eltdf-header-centered .eltdf-page-header .eltdf-menu-area .eltdf-vertical-align-containers .eltdf-position-right-inner {
        position: absolute;
        width: 100px;
        right: 20%;
        top: -100%;
    }
    .eltdf-header-centered .eltdf-page-header .eltdf-menu-area {
        z-index: 4;
    }
    

    2- Such an option, unfortunately, does not exist within the theme, we are sorry. Achieving this will require some custom coding, but we are not in a position to accept any custom work, because we primarily need to focus on providing Theme Support to all customers. We hope you understand.

    In case you are not familiar with programming, you could hire someone to do this for you. You could look for someone who you can hire for this kind of job at the following link: - http://studio.envato.com

    Thanks for understanding.

    Hope this helps and if there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • bungad13 replied

    Thanks. Another question: For the Add to Cart button, how do I make a simple border box around it instead of the transition? I just want a single-line box around the Add to Cart with the color #cdcdcd. Not working for some reason.

  • bungad13 replied

    I'd also like to change the color of one navigation menu item to red. I added a custom class, but it's not working. Any help on this, too, would be appreciated.

  •  1,845
    Elated replied

    Hi there,

    I apologize for belated reply.

    1) Regarding the cart button, you can add the following CSS code into Appearance > Customize > Additional CSS:

    .add_to_cart_button .eltdf-btn-border-second, .single_add_to_cart_button::after {
        display: none !important;
    }
    .woocommerce-page .eltdf-content a.add_to_cart_button.eltdf-btn-double-border:hover .eltdf-btn-border.eltdf-btn-border-first, .single_add_to_cart_button:hover::before {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        transform: none !important;
        border-color: #cdcdcd !important;
    }
    .eltdf-btn-border.eltdf-btn-border-first, .single_add_to_cart_button::before {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        transform: none !important;
    }

    You should get something like this:

    Before hover:

    2192314339.png

    On hover:

    5070407664.png

    2) I'm not sure I can help you with this issue unless you provide us your site's URL and point to the concrete item you want to change color for, perhaps in a screenshot. When you provide URL, we can send you some CSS code to achieve the desired effect.

    Best regards!

    Joey


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.