Customizing Results Page
- Article Type: General
- Product: MetaLib
- Product Version: 3
Description:
I would like to change the font of the search results list as the default font is rather small. From looking at the source file I can see that there is no css style attached to it. I have looked through the meta-3-body file to find this particular line and I can't find it there at all. Could you tell me where the file is for the search result section please?
Resolution:
Please try editing the class "TableRow in the relevant CSS files.
The default is 70%, and increasing it should enlarge the font of the table results.
This is what the class looks like in style.css (for Internet Explorer):
.TableRow
{
PADDING-RIGHT: 5px;
PADDING-LEFT: 5px;
FONT-SIZE: 70%;
PADDING-BOTTOM: 2px;
COLOR: #414241;
PADDING-TOP: 2px;
BORDER-BOTTOM: #cccccc 1px solid;
FONT-FAMILY: Tahoma,Arial,Verdana
Additional Information
CSS, Style Sheets
- Article last edited: 10/8/2013