How to make my footer color well

Home Forums All Other Themes How to make my footer color well

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #125815
    nahumpfrancisnahumpfrancis
    Participant
    • Topics: 31
    • Replies: 67
    • Total: 98
    Member since: August 30, 2018

    Dear Support,

    Please help me change the footer hover color for all the links and remove the color for plain text. I tried play around the footer option and css codes and it is not changing somehow. Please help me.

    Here is my website link and look at the footer. I want the text to be in the same color and the hyperlinks color changes n mouse hover. Now, its only working for my footer menu, not for other hyperlinks.

    https://kevinorieux.com/

    https://imgur.com/erEQBBQ

    #125817
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .footer_wrap.layer_wrapper #footer .rowfooter p span { color:#999 !important;}

    Regards,
    Brad

    #125818
    nahumpfrancisnahumpfrancis
    Participant
    • Topics: 31
    • Replies: 67
    • Total: 98
    Member since: August 30, 2018

    But still, its not working for my hyperlinks under “CONSULTING”. I had only option to put only one footer menu, so I manually created a hyperlinks on those three links. Can you help me to change the color on mouse hover for the links under consulting.

    Thanks Brad….

    #125820
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    #footer a:hover {
        color: #dbad30 !important;
    }

    Regards,
    Brad

    #125830
    nahumpfrancisnahumpfrancis
    Participant
    • Topics: 31
    • Replies: 67
    • Total: 98
    Member since: August 30, 2018

    Thanks Brad, it worked!! Appreciate your help!!!

    #125832
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi,

    If you found our service good 🙂 kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/22/

    Regards,
    Brad

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.