How to change the link color ?

Homepage Community Forums Epik Theme Support How to change the link color ?

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11291
    Nandita
    Customer

      When I hover mouse over a hyperlink text it becomes underlined with a White link. I want to change the underline Link color to #01b1c1.

      Please help me – where I’ve to edit the CSS code.

      My site is http://shoutabrand.com

      Thank you.

      #11301
      kronos
      Customer

        Where exactly do you want to change this? There are multiple places in your theme that use different code, so I’d need to know which part you’re looking to change

        #11308
        Nandita
        Customer

          Hi,

          Links on the Footer 1, 2, 3 areas (widgets) and the Main Footer of the site.

          Thank you.

          #11316
          kronos
          Customer

            Looks like you’ve already found it? It’s on line 2649 in your css. –

            .footer-widgets a {
                color: #01b1c1;
            }

            The main footer area is on line 2728 –

            .site-footer a {
            color: #aaa;
            font-weight: 400;
            }
          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.