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 #2028942
Colors login panel and...
Closed

Comments

  • Jonathan started the conversation

    Hi!
    How can i change the color of littles arrows in the login panel?
    (See capture 0001)

    And the "Apply now" button , course features and price color in the course page?
    (See capture 0002)

    Thank you!


  •  1,845
    Elated replied

    Hello,

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

    Try to change the arrow color from Elated Options > General > First Main Color.

    1477427806.png

    and to change the button color, add this CSS to Appearance > Customize > Additional CSS

    .eltdf-course-single-holder .eltdf-course-basic-info-wrapper .eltdf-course-action .eltdf-btn {background-color: your-color !important;}
    

    Giovanni


    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.

  • Jonathan replied

    Hi!  

    Thank you very much!

    I changed the color button but the price still red.
    And i changed the first main color but arrows still red too.  

    There's another option? 

    Thanks! :)

  •  1,845
    Elated replied

    Hello there,

    You could use additional CSS to change these.

    Add the following code to change arrows color:

    .eltdf-login-dropdown-item-inner::before {
        color: green !important;
    }

    To change price, use this code:

    .eltdf-course-title-wrapper .eltdf-course-left-section span {
        color: green !important;
    }

    And to change the color of hte course features, you can use this:

    .eltdf-course-features .eltdf-item-value {
        color: green !important;
    }

    I used green for example, you can use your color instead it.

    If there is anything else that we can help you with, don't hesitate to ask!

    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.

  • Jonathan replied

    Hi! 

    i just added the code in the child theme but it doesn't apply on the parent one.

    Is there a code to add in the file " functions.php "  to link the child to the parent theme?

  •  1,845
    Elated replied

    Hi there,

    Please try to add the code within Appearance > Customize > Additional CSS of the theme version you are using. This way it should be applied correctly.

    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.