You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

To customize the appearance for the text that appears in the highlighted animals section.

.highlightedInfo

Here we've added the following code to adjust the width of this section to 500px wide and added a Google font and some line-height for readability,

.highlightedInfo {
width: 500px;
font-family: "Ubuntu",sans-serif;    
font-weight: 400;
line-height: 1.95em;
}

If you want to style the entire Highlighted section, this can help get you started.

/* /////////////////////// */

/*HIGHLIGHTED*/

.highlightedInfo {
    text-align: justify !important;
    width: 500px;
}

.highlighted {
    margin: 5px auto 50px;
}

.browse, .highlightedInfo {
    font-size: 14px;
}



  • No labels