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 #1499592
Footer Text Color & 'Back To' Color & Link Issue
Closed

Comments

  • iamgoldeneye started the conversation

    Hello, I'm having an impossible time changing the text color of the top footer. I've been able to change the background color of the top footer. Also the color of the paragraph text which has some/little affect on the footer text color. But I see no option to change the text color of the top footer all at once to black for example... For some reason the top footer text is white and I cannot find and option to change this. 

    ALSO, I cannot find a way to change the color of the "Back To Link" which is currently stuck in the seafoam aqua color of the demo..This is very important..but for some reason it's very challenging to change this....and the back to link always points to the about page when making new portfolio posts as opposed to pointing back to the portfolio gallery page...

    Please advise. I appreciate your help.


    - James

  •   Elated replied privately
  •   iamgoldeneye replied privately
  •  1,845
    Elated replied

    Hello,

    As we have already mentioned in your previous ticket >> https://elated.ticksy.com/ticket/1476320 you can change footer top text color very easy using some custom css. Just add this css underneath in Appearance >> Customize >> Additional CSS field:

    .eltdf-footer-top-holder .widget .eltdf-widget-title, .eltdf-side-menu .widget .eltdf-widget-title {
        color: black;
    }
    .eltdf-footer-top-holder .widget, .eltdf-side-menu .widget {
        color: black;
    }

    Also, for Back to Link area >> you can add this css underneath in Appearance >> Customize >> Additional CSS field:

    .eltdf-ps-navigation {
        background-color: red;
    }
    .eltdf-ps-navigation .eltdf-ps-next a, .eltdf-ps-navigation .eltdf-ps-prev a {
        color: blue;
    }
    .eltdf-ps-navigation .eltdf-ps-back-btn a {
        color:green;
    }

    Hover state >>

    .eltdf-ps-navigation .eltdf-ps-back-btn a:hover {
       color:yellow;
    } .eltdf-ps-navigation .eltdf-ps-next a:hover, .eltdf-ps-navigation .eltdf-ps-prev a:hover {
        color: yellow;
    }

    Just replace these colors with some desired ones.

    Please let us know if there is anything else we can do for you, and sorry once again for misunderstanding.


    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.