Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Proper CSS for schema rich snippets (microdata) Reply To: Proper CSS for schema rich snippets (microdata)

#151254
jbc
Participant

Because of the brackets I choose to use class selectors so not my CSS looks like this:

.schema_name {
    color: #143196;
    font-weight: 400;
    font-size: 20px;
    font-size: 2.0rem;
}

.schema_name_footer {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    font-size: 2.0rem;
}

.schema_description_footer {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
}

.schema_description,
.schema_street,
.schema_city,
.schema_region,
.schema_postalcode,
.schema_telephone {
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
}

seems to be working