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 #2137033
colour
Closed

Comments

  • mivan73 started the conversation

    hi, how can I change the red color on the courses item and menu hover underline??

  •  1,845
    Elated replied

    Hi,

    Thank you for writing in.

    You can change the hover effect color for menu items with this CSS code:

    .eltdf-main-menu>ul>li.eltdf-active-item>a .item_text:before {
        border-bottom: solid 2px #19d2ff;
    }
    .eltdf-main-menu>ul>li>a .item_text:before {
        border-bottom: solid 2px #1ed5e0;
    }
    

    https://www.screencast.com/t/6awvBRFCaw

    Also, for course items you can change the line element color with this CSS code:

    .eltdf-course-list-holder.eltdf-cl-standard article .eltdf-cli-text-holder .eltdf-cli-top-info .eltdf-instructor-name:after {
        background-color: #1974ff;
    }

    https://www.screencast.com/t/tpIEgyZn

    The code after customization you need to insert in Appearance >> Customize >> Additional CSS field.

    Best,

    Jim


    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.

  • mivan73 replied

    Hi,

    Thank you for the information,

    Also i need to change the color of the rectangle with the text "Programa"  and numbers too, also in single course, the colours of the button "Ver ahora" and the numbers.

    Another question, how can i edit the link of the button "Ver ahora" on the single Course?

    Please could you help me?  I attached screenshots of the elements that im talking about

  •  1,845
    Elated replied

    Hello,

    First, if you didn't try to add first main color right there:

    3389099644.png

    If it doesn't change color of buttons, try this following instructions:

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

    .eltdf-course-list-holder article .eltdf-cli-image .eltdf-cli-category-holder{
        background-color: #74237d;
    }
    .eltdf-course-list-holder.eltdf-cl-standard article .eltdf-cli-text-holder .eltdf-cli-bottom-info .eltdf-ci-price-holder span{
        background-color: #74237d;
    }
    

    Instead of this color you can choose whichever color you want!

    I found just this button:

    8930412745.png


    In order to change them you can add following css:

    .eltdf-course-single-holder .eltdf-course-basic-info-wrapper .eltdf-course-action .eltdf-btn {
        background-color: #74237d;
    }
    

    If this is not that button let me know, send me url of this page.


    Kind Regrads,

    MIlica


    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.