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 #1353509
Footer text position & Menu font
Closed

Comments

  • olivercash started the conversation

    Hi there, 

    Is it possible to have footer text inline, rather than beneath one another? (See Screenshot)

    How can I change the font of the expanding menu icon? (See screenshot)

    Thanks in advance!

  •  1,845
    Elated replied

    Hi there,

    Welcome and thanks for choosing our theme.

    I'm pretty sure it's possible, but you would need to provide us with URL to a page where you have these issues so we can inspect it closer and provide custom CSS.

    (if it's on our demo page, please provide a link also)


    Thanks.


    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.

  •   olivercash replied privately
  •   Elated replied privately
  •   olivercash replied privately
  •  1,845
    Elated replied

    Hello,

    Just replace previously added css with this one below:

    .eltd-header-expanding .eltd-menu-appear .eltd-expanding-name {
        font-family: 'Times New Roman', serif;
    }

    3. You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .eltd-shopping-cart-dropdown .eltd-item-info-holder .amount, .eltd-shopping-cart-dropdown .eltd-item-info-holder .eltd-quantity {
        display: block;
        margin: 3px 0 7px;
        font-style: normal;
        font-size: 12px;
        font-family: Montserrat,sans-serif;
        font-weight: 400;
        letter-spacing: .05em;
        color: #262626;
        line-height: 1em;
        padding: 4px 0;
    } .eltd-shopping-cart-dropdown .eltd-cart-bottom .eltd-view-cart:hover {
        color: #fff;
        background-color: #fb0303;
        border-color: #fb0303;
        text-decoration:none;
    }

    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.

  • olivercash replied

    UPDATE:

    I've managed to change a few things, however I don't seem to be able to change certain bits of text. Please see the link below for the pieces of text I can't seem to change. I'm able to change the weight of the text but I would be happy if I could make it slightly smaller and not italic. 

    https://ibb.co/f5BVVw
    https://ibb.co/fpzHAw

    Secondly, I'm trying to change the size of the price on the store page and on the single product page. I'm able to change all styling etc but not font size. See link below for where I mean.

    https://ibb.co/kZNyHb

    Hi there, 

    Thanks for the reply, 

    1. Worked great thank you.

    3. Unfortunately didn't change anything?

    Lastly, what program/software do you use to inspect the elements to show where they are? As I'm sure I could save a lot of questions by using it myself.

    Kind Regards, 

    Oliver 

  •  1,845
    Elated replied

    Hello,

    1. You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .eltd-shopping-cart-dropdown ul li.eltd-empty-cart {
        font-style: normal;
        font-size: 11px;
    }

    2. You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .eltd-shopping-cart-dropdown .eltd-item-info-holder .amount, .eltd-shopping-cart-dropdown .eltd-item-info-holder .eltd-quantity {
        font-style: normal !important;
        font-size: 12px; }

    3. You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .woocommerce ul.products>.product .price * {
        font-size:20px;
    }

    and

    .eltd-woo-single-page .eltd-single-product-summary .price * {
        font-size: 20px;
    }

    4. The only thing I can suggest is to utilize the built-in developer tools in your browser to find the CSS of any element so you can then either edit it in the style.css file or add a copy of the CSS to the Custom CSS section of the Theme Options (Elated Options >> General >> Custom CSS field). For example, in Chrome if you right-click on any item in the site and click “Inspect element”, you can then see the HTML and CSS of that element.


    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.

  • olivercash replied

    All worked perfectly thank you!

    Now just wondering if you can help me with some mobile modifications

    1. The mobile drop down menu, is it possible to have it drop to the bottom of the screen? (See screenshot for example)

    2. Is it possible to change the layout of the mobile header? I'm looking to have my logo on the left with the menu and header widget to the right (See screenshot - I have attached a current one and a image of what I'd like it to look like)

    Thanks again!

  •  1,845
    Elated replied

    Hello,

    1. 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.

    2. You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    @media only screen and (max-width:1024px) {
    .eltd-vertical-align-containers .eltd-position-center {
        text-align: left;
    } .eltd-mobile-header .eltd-mobile-menu-opener {
        float: right;
    }
    }

    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.

  •   olivercash replied privately
  •   Elated replied privately
  • olivercash replied

    Worked perfectly, thank you!

    Hopefully my last question for a while;

    On my contact forms everything is correct apart from the font on the 'submit' button. 

    I'm looking to have it in a custom font ( 'Futura PT' which I have integrated) which is set as my default font, however when it comes to editing the submit button it goes back to the original Montserrat font. 

    I have everything set for the default font correctly and i've tried numerous custom css to change without any joy. 

    Please see screenshots for the change and I've attached a screenshot of what I need.

    Also, can you tell me how to remove the slight shadow on the drop down list on my menu please (see screenshot) https://prnt.sc/h92898

  •  1,845
    Elated replied

    Hi there again,

    You are very welcome

    1. For the submit button - add this code to Elated Options > General > Custom CSS:

    .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit{
        font-family: 'Futura PT', sans-serif!important;
    }

    2. For the shadow on the menu:

    .eltd-drop-down .second .inner{
        box-shadow: none !important;
    }

    Let me know if there is anything else I can help you with.


    We hope it’s not too much trouble, but we’d really appreciate it if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads. This way you’ll be helping us improve our support services and make them even more efficient.


    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.

  • olivercash replied

    Hi there, 

    1. I've tried the code you gave me for the contact form, and for some bizarre reason it does not seem to want to change?

    2. worked great so thank you!

    In addition:

    Could you give me the code to tweak the dropdown cart. I'd like to change the border width to 1px

    See screenshots for where I mean:

    https://imgur.com/a/2hi7h

  •  1,845
    Elated replied

    Hello,

    1. Try to add this css underneath in Elated Options >> General >> Custom CSS field:

    input.wpcf7-form-control.wpcf7-submit {
        font-family: 'Futura PT', sans-serif!important;
    }

    2. You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .eltd-position-right .eltd-shopping-cart-dropdown {
        border-top-width: 1px;
    }

    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.