Changing Link Attributes

Homepage Community Forums inSync Theme Support Changing Link Attributes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13855
    futurewebboss
    Customer

      Ok scoured the style sheet looking for where to change the attributes for a hyperlink in a page/post. Want to change the color, weight and maybe make it bold.

      thank you in advance for help

      Dan

      #13864
      kronos
      Customer

        Hello, have a link we can take a look at?

        #13866
        futurewebboss
        Customer

          Hi Kronos
          Thanks for the reply.
          http://filmmakersvillage.com/brep/about/

          Many links on this page that I’d like to be able to bring out.

          Thank you

          #13893
          kronos
          Customer

            Take a look at line 3041 in your css and you’ll find this code –

            .insync-red a {
                color: #000;
            }

            You can change that to whatever color you want and it should show up on your site. If you want it to be the same red as the theme color then you can add this –

            .insync-red a {
                color: #eD2124;
            }
          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.