Okay
  Public Ticket #294762
footer links color
Closed

Comments

  • ED started the conversation

    Hi there,

    Is it possible to set the links in the footer with the accent color like everywhere in the website. Footer is now same color as bodytext. I like the links in color. Please see the website.

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    #footer-outer #footer-widgets a:hover {
        color: #f00 !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • ED replied

    @tahir

    I didn't mean the hover color but the link color.

    thank you

  •  8,839
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    #footer-outer #footer-widgets a {
        color: #f00 !important;
    }


    ThemeNectar Support Team 

  • ED replied

    Still not working. See the screenshot. The rectangle should become colored links. I already tried to change the colornumber in your code.

    I hope there is a solution.

  •  8,839
    Tahir replied

    I cant access the site anymore , its giving forbidden. 

    Thanks


    ThemeNectar Support Team 

  • ED replied

    sorry it has been moved to www.jadearchitecten.nl

    Officially online :-)

    Hope we can still solve the footer link color issue.

  •  8,839
    Tahir replied

    Hey!

    I just added this css: 

    body #footer-outer #footer-widgets a {
        color: #f00 !important;
    }
    

    and it seems to be working: http://prntscr.com/4uhqcm

    Thanks


    ThemeNectar Support Team 

  • ED replied

    I copied it to the edit CSS area. It works!

    Thank you.