Adjusting text size in forums and member directory

Last post 04-20-2009, 2:38 PM by jim. 1 replies.
Sort Posts: Previous Next
  •  04-19-2009, 6:17 PM 12095

    Adjusting text size in forums and member directory

    I have been using the "Customize Colors and Style" to change the Look and Feel of my webpage. 

    Specifically, I have been using:

    Functional Pages

    List

    Text, Link, and Link Hover

    . . . to modify the size of the links/text of my forums and member directory.  I have noticed that while the text size of links/normal text in both the forums and the member directory are changed when I adjust the font size in "text, link, and link hover" the resulting changes do produce the same size links/text in forums and member directory.  In fact, the size of the links/normal text in the forums appear to be larger than that in the member directory.  Is there any way to change the font size of the links/normal text in the member directory without also changing the size of the links/normal text in the forums?

    Thanks for your help!

  •  04-20-2009, 2:38 PM 12109 in reply to 12095

    • jim is not online. Last active: 02-08-2010, 5:12 PM jim
    • Top 10 Contributor
    • Joined on 05-15-2008
    • Toronto
    • Posts 367
    • WA staff

    Re: Adjusting text size in forums and member directory

    The only way to customize the member directory separately is via CSS customization e.g. to customize the directory links you can use something like: (insert in Settings / Advanced customization (CSS)

    #idPrimaryContentBlock1Content .membersTable A,
    #idPrimaryContentBlock1Content .membersTable A:link,
    #idPrimaryContentBlock1Content .membersTable A:active,
    #idPrimaryContentBlock1Content .membersTable A:visited
    {
      Color: #330099;
      text-decoration: underline;
      font-weight: bold;
      font-size: 12px;
    }

     

     


    Jim Sympathy, Fluid Apricot
View as RSS news feed in XML