How do I make links in Footers visible?

Homepage Community Forums Aspire Theme Support How do I make links in Footers visible?

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22145
    webauthor
    Customer

      I’m trying to figure out how to make links I added to my footer widgets visible. Active, Hover etc.. Is there an easy way to do this? I’m using the Simple Custom CSS plugin. If you could provide the code for use with this plugin I’d really appreciate it.

      Thanks

      #22151
      Wes
      Moderator

        What do you mean by visible? Are they there but not showing up due to the color?

        Do you have a link to your site so I can take a look at what’s going on?

        #22153
        webauthor
        Customer

          Hi Wes, I’m sorry I should have been more descriptive. Yes, I meant the link color. I did however figure it out.

          Before:

          .footer-widgets,
          .footer-widgets a {
          	color: #fff;
          }

          After:

          .footer-widgets,
          .footer-widgets {
          	color: #fff;
          }

          I also figured out how to change the a.hover as well.

          Before:

          .footer-widgets a.button,
          .footer-widgets a:hover,
          .footer-widgets a:focus {
          	color: #fff;
          }

          After:

          .footer-widgets a.button,
          .footer-widgets a:hover,
          .footer-widgets a:focus {
          	color: #a708c5;
          }

          Thanks for the reply. I LOVE your themes!!! So well coded and easy to work with. Great job.

          #22160
          Wes
          Moderator

            Great! Let me know if you run into any other issues.

            Also, send me a link whenever everything is ready so I can share.

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