Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jprater1209 Friend
    #156705

    I just tried using some of the typography features in the template like the paragraph classes and block quotes. Whenever I use the paragraph classes, the icon is repeated, and when I use the block quotes, the “quotes” are not visible. Here’s what I’m talking about.

    http://beta.sacredheartwr.com/index.php?option=com_content&view=article&id=66&Itemid=122

    toymaker Friend
    #363900

    You have some classes missing.
    For example… you have a <p> tag with the “.icon-error” class that is missing an extra “.icon” class. This extra class provides the “no-repeat” property.

    Change

    <p class="icon-error">Next class is November 9, 2010</p>

    to this…

    <p class="icon icon-error">Next class is November 9, 2010</p>

    IMPORTANT: Many Typo styles build up from more than one class, and you have to make sure you are using all of them.

    Peace,
    Gabriel

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  toymaker 14 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum