1
0
-1

I would like all of the links on our website to be heavier or more bold without an underline. How do I do that?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Add the following to Website > Custom CSS: 

      a:link, a:visited, a:active, a:hover  { font-weight: 700; text-decoration: none; }
        CommentAdd your comment...