Okay
  Public Ticket #153457
Footer Link Color
Closed

Comments

  • Adam started the conversation
    I'm trying to get the footer link color back to the expected red color used throughout the site as an accent color. However, it seems that the Salient Theme Options>Footer>Text Color is overriding it. I've tried this custom CSS: #footer-outer a { color: be4d3d!important; } But it has not worked. Help?
  •  1,043
    ThemeNectar replied

    Hey Adam,

    try using this in your custom css box:

    html body #footer-outer a { color: be4d3d!important; }

     

  • Adam replied

    That still didn't seem to do it. Any other suggestions?

  •  1,043
    ThemeNectar replied

    Whoops, just forgot the hashtag

    html body #footer-outer a { color: #be4d3d!important; }

    Cheers :)

  • Adam replied

    I should have caught that. Sorry. Thanks for the help.

    PS. Just saw the latest updates. You made some awesome improvements, especially the page builder! Great job!