• hi,
    The Barecity theme’s index template creates pages.
    The content is presented like this:
    <div class=”storycontent”>
    <?php the_content(__(‘(more…)’)); ?>
    </div>
    The css file contains the following for “storycontent”:
    .storycontent a {
    text-decoration: none;
    border-bottom: 1px dotted #888;
    }

    .storycontent a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #888;
    }

    .storycontent {
    margin-bottom:-10px;
    }

    where is the formatting of the text comes from?
    thanks..
    hila

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘help with CSS in the barecity theme’ is closed to new replies.