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 #1303525
Styles
Closed

Comments

  • godie93 started the conversation

    Hello

    How can I change the active menu button color?

    How can I change the tabs header color? https://dermmuneskincare.com/

    How can I change the scroll line color? https://dermmuneskincare.com/faqs/

    How can I change the button color? https://dermmuneskincare.com/contact-us

    Thanks


  •  1,845
    Elated replied

    Hi,

    Welcome and thanks for choosing our theme!

    1. You can add this code into Elated Options > General > Custom CSS

    .eltd-main-menu ul li.current_page_item a {
        color: #de3e3e !important;
    }

    2. Here is the code for that

    .eltd-accordion-holder.eltd-boxed.light .eltd-title-holder.ui-state-active, .eltd-accordion-holder.eltd-boxed.light .eltd-title-holder.ui-state-hover{
        background: -webkit-linear-gradient(left,#44bfec 0,#44bfec 100%);
        background: linear-gradient(to right,#44bfec 0,#44bfec 100%);
        -moz-border-image: -moz-linear-gradient(left,#44bfec 0,#44bfec 100%);
        -webkit-border-image: -webkit-linear-gradient(left,#44bfec 0,#44bfec 100%);
        border-image: linear-gradient(to right,#44bfec 0,#44bfec 100%);
    }

    And these are results https://www.screencast.com/t/ap82MRRZO

    3. Here is the code for that

    .eltd-tabs.eltd-transparent-tabs.eltd-vertical-tab .eltd-tabs-nav .eltd-tab-line{
            background: linear-gradient(to bottom,#44bfec 0,#44bfec 100%);
    }

    These are results https://www.screencast.com/t/ccgRgR6nJX

    4. Here is also the code for that

    input.wpcf7-form-control.wpcf7-submit {
        background: linear-gradient(to right,#44bfec 0,#44bfec 50%,#44bfec 100%);
    }

    And the results are this https://www.screencast.com/t/uR6FFIaCcY

    If you need any further assistance, please ask.

    Best regards!



    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.

  • godie93 replied

    Thank you

  •  1,845
    Elated replied

    Hi,

    You're welcome

    If there is anything else we can do for you, please do not hesitate to ask.


    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.


    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.