Link is not visible

Homepage Community Forums Ally Theme Support Link is not visible

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5903
    intelisystems
    Customer

      Hi,

      I created a website with Ally theme which looks great.
      Problem is I cannot see link because link is white.
      Please take a look at http://www.intelisystems.com/contact/
      There is email link to email but I cannot see it because it is white.
      Please let me know how to change this color.

      Thank you in advance.

      #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

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