"Categories" Group

Some Sitebuilder modules enable site owners to create categories to group similar objects together (for example, products, blog posts, images and so on). Customize the appearance of categories by editing the Category group of rules.

In this section:

Odd Category Body

Even Category Body

Custom Links in Category Body

Title in Category Body

Category Header

Links in Category Header

Odd Category Body

Defines the style for an odd category body area.

Selector

.mod-category-body

Sample

.mod-category-body
{
    border: 1px solid #969696;
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 8pt;
}

Even Category Body

Defines the style for an even category body area.

Selector

.mod-category-body-alter

Sample

.mod-category-body-alter
{
    border: 1px solid #969696;
    background-color: #F9F9F9;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 8pt;
}

Custom Links in Category Body

Defines the style for links within a category body area.

Selector

.mod-category-body a, .mod-category-body-alter a

Sample

.mod-category-body a, .mod-category-body-alter a
{
    color: #2752A9;
    font-family: Arial, sans-serif;
    font-size: 8pt;
}

Remarks

This style rule must be defined above the rule Links in Category Header Blocks.

Title in Category Body

Defines the style for title text within a category body area.

Selector

.mod-category-body-title

Sample

.mod-category-body-title
{
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 8pt;
}

Category Header

Defines the style for a category header area.

Selector

.mod-category-header

Sample

.mod-category-header
{
    border: 1px solid #969696;
    background-color: #E5E5E5;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 8pt;
}

Links in Category Header

Defines the style for links within a category header area.

Selector

a.mod-category-header-a

Sample

a.mod-category-header-a
{
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 8pt;
}