Reply To: Link is not visible

Homepage Community Forums Ally Theme Support Link is not visible Reply To: Link is not visible

#5911
Eric
Customer

    You customized your css and changed your links to be white (with !important so it has priority) that’s why it’s showing up like that. Take a look around line 2903 for this –

    .ally-orange a {
        color: white !important;
    }

    That’s what’s causing the issue. If you change it back it will show up fine.


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com