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 #1304325
Back to top button colour
Closed

Comments

  • halcyon_33 started the conversation

    How do i change the colour of the back to top button under the "about me" page?

    I would like to change the colour as well as the hover active colour.


    thanks

  •  1,845
    Elated replied

    Hi halcyon_33 , 

    Go to Elated options >> General, scroll down and inside Custom CSS field paste following code: 

    #eltd-back-to-top>span,#eltd-back-to-top:hover,#eltd-back-to-top.on.light{
        background-color:#eaad57 !important;
    }

    Hope this was helpful

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

  • halcyon_33 replied

    thank you

  •  1,845
    Elated replied

    Hi,

    You're welcome, no need to thank us

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

    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.

  • talentuse replied

    Hi,

    I have the same problem now, but the mentioned css doesn't work on mine. Any idea?

    Thanks.

  •  1,845
    Elated replied

    Hello talentuse,

    Please, provide us with your site url, so we can take a closer look. 

    Anyhow, you can try to add this css below in Elated Options >> General >> Custom CSS field:

    #eltd-back-to-top.on.light {
        background-color:red;
    } #eltd-back-to-top.on.light>span {
        color:yellow;
    } #eltd-back-to-top .eltd-back-to-top-caret:before {
        color: yellow;
    }

    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.

  • talentuse replied

    Hi, I was not able to check the color again, even when I used the code you provided. 

    Here is the page link: http://airpretty.h4marketing.com

    Thanks.

  •  1,845
    Elated replied

    Hello,

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

    #eltd-back-to-top>span {
        color: #fff;
        background: -webkit-linear-gradient(left,#e893a1 0,#e8405a 50%,#e893a1 100%);
        background: -o-linear-gradient(right,#e893a1 0,#e8405a 50%,#e893a1 100%);
        background: -moz-linear-gradient(right,#e893a1 0,#e8405a 50%,#e893a1 100%);
        background: linear-gradient(to right,#e893a1 0,#e8405a 50%,#e893a1 100%); }

    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.