Hi. I'm using Buildr template in my site. I want to change the formatting of a link in article content to something that's easily recognizable. As it is, the links are using the same font as the rest of the content and does not stand out as a normal link (blue color and/or underlined). How do I go about setting it?

Thanks.

    Hi staphin

    Could you share the URL of page where I can see the link? I checked several article pages on your site but no link there.

      staphin
      You can use this custom css to add style for it:

      .article-content a {
          color: #DF5A71;
          font-size: 18px;
      		/*your custom style goes here*/
      }
        Write a Reply...
        You need to Login to view replies.