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 #1502165
color of navigator on intro page
Closed

Comments

  • Tom started the conversation

    Hi,

    How to change the color of navigator button on intro page?

  •  1,845
    Elated replied

    Hello there,

    Unfortunately there is no option in the theme to change that.

    But you can try with this custom CSS, add it to Elated Options > General > Custom CSS:

    .eltdf-ds-navigator .eltdf-ds-nav-half.male{
        background-color: red !important;
    }
    .eltdf-ds-navigator:hover .eltdf-ds-nav-half.male {
        background-color: yellow !important;
    }
    .eltdf-ds-navigator .eltdf-ds-nav-half.female{
        background-color: green !important;
    }
    .eltdf-ds-navigator:hover .eltdf-ds-nav-half.female {
        background-color: blue !important;
    }

    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.

  • Tom replied

    Thanks! it's nice part of code :) but i wanna change ony color on a hover, pink to gold. 

    Is ther only custom CSS for hover color?? or place in code where i can change it?

  •  1,845
    Elated replied

    Hello,

    Just add that css in Elated Options > General > Custom CSS field. Before that just replace the color within css below >> https://www.hexcolortool.com/ if you want to use some other color. 

    .eltdf-ds-navigator:hover .eltdf-ds-nav-half.male {
        background-color: gold !important;
    }
    .eltdf-ds-navigator:hover .eltdf-ds-nav-half.female {
        background-color: gold !important;
    }

    Please let us know if there is anything else we can do for you, 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.

  •  1,845
    Elated replied

    Hello nym,

    Thank you. Please let us know if there is anything we can do for you.



    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.