Change categories font size

General ShopSite user discussion

Change categories font size

Postby ffstock » Sat Jul 12, 2008 8:05 am

Hello, I'm trying to change the font size of my categories list. I'm using the Modern Theme.

Thanks for your help,
Allen
ffstock
 
Posts: 16
Joined: Sat Jul 12, 2008 7:55 am

Postby Jim » Sat Jul 12, 2008 8:10 am

All font related attributes would be set by a style sheet included in the template. Edit the template and see which style sheet is being used, then edit that style sheet to change the font size.
Jim
Site Admin
 
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Postby ffstock » Sat Jul 12, 2008 8:24 am

According to this I think the style sheet is Modern.css.

<head>
<title>
[-- IF PAGE.Title --]
[-- PAGE.Title --]
[-- ELSE --]
[-- PAGE.Name REMOVE_HTML --]
[-- END_IF --]
</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
[-- INCLUDE Modern.css PROCESS --]
</head>

Below is a copy of where I think the categories style is from in the Moden.css where I have modified in green.


/*---------- Left Side ----------*/
#leftnav {
width: 180px;
margin: 0px;
padding: 0px;
background: [-- VAR.LinkColor --];
vertical-align: top;
height: 450px;
}

#lefttext {
margin: 0px;
padding: 7px;
color: [-- VAR.BackgroundColor --];
}

#links {
margin: 0px;
margin-bottom: 0px;
padding: 0px;
background: [-- VAR.LinkColor --];
}

#links li {
list-style-type: none;
margin-bottom: 0px;
font-size: 18pt;
color: [-- VAR.BackgroundColor --];
}

#links li a {
margin: 0px;
}

#links li a {
display: block;
color: [-- VAR.BackgroundColor --];
text-decoration: none;
font-weight: bold;
margin: 0px;
padding: 2px 6px;
border-bottom: 1px solid [-- VAR.VisitedLinkColor --];
border-top: 1px solid [-- VAR.LinkColor --];
}


#links li a:hover {
color: #000000;
background: [-- VAR.ActiveLinkColor --];
}

Am I in the right place? Any more information is greatly appreciated.
ffstock
 
Posts: 16
Joined: Sat Jul 12, 2008 7:55 am


Return to User Forum

Who is online

Users browsing this forum: No registered users and 150 guests