1
0
-1

The font size is very small. How do I change this?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Go to Website > Custom CSS and add the following to your stylesheet:

      .browse, .highlightedInfo {
          font-size: 1.2em;
      }

      After saving and previewing in your browser, you may want to adjust the em size.

        CommentAdd your comment...