How to change link color in text widget?

Homepage Community Forums Epik Theme Support How to change link color in text widget?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15192
    Mike
    Customer

      I’m using the Epik Black color scheme, with some modifications. I’ve changed the color of links and link-hover in my main / body areas, and I’d like to change the way that links in text widgets appear as well, so that they’re consistent. I can’t seem to find where in the css such elements are controlled; they seem stuck on the original colors of the Epik Black scheme. I would very much appreciate any suggestions.

      You can see the problem on THIS PAGE (http://www.williamselectric.net/federal-pacific-panels/)

      THX.

      #15214
      Jason M
      Customer

        On line 194 in your css the default color is set at #000 –

        a {
        	color: #000;
        	font-weight: 400;
        	text-decoration: none;
        }

        Is that what you want? If not, you can change that part and the links all over your site will change. For example, if you change it to #8b0000 then it will change the link that you have listed under the widget labeled “Ceiling Fans” to burgundy/red like you have everywhere else.

        Are you trying to adjust the color of your bolded text as well? If so just let me know since that is a separate set of code.

        #15220
        Mike
        Customer

          Excellent. Thanks.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘How to change link color in text widget?’ is closed to new replies.