Hi. I have a small question, this time. The links appearing in my pages appear to all be made bold automatically. I was looking for the part of the template to make the links normal weight. Where do I change the weight of the links, or where in the css can I make that change?
You'll need to view the source code to see what the enveloped CSS class is, which I think is .Lsidebar-column or .Rsidebar-column. Then, input this code into “Custom CSS” box in “Presentation => Other Setting”:
.Lsidebar-column a {font-weight:normal;}
.Rsidebar-column a {font-weight:normal;}
*Note: the CSS may have been .sidebar1 or .sidebar2 =P.
Sorry, I don't think I was clear. I was actually referring to the hyperlinks in the main content area. But what you told me was good--I was able to run with that figure out how to make the changes I wanted.
Thank you again. I hope if I have to bother you again that the problems will be a little more interesting.
My next project will be to figure out how to use other css styles and iincorporate curvilinear forms. Rectangles with curved corners, side menus with buton desings and so forth.