• Hey everyone

    I am trying to style the text at the end of a news item on the home page, which says “Continue Reading…..” and takes you through to the main article, but i can’t see to change it, i added a class to it:

    <p class=”continue”><?php the_content(‘Continue Reading…’); ?></p>

    But when i change the font-size in my styles sheet, it does nothing, so i wondered if anyone could shed some light on what i might be doing wrong?

    Thanks

    p.s i am running WordPress 2.7

Viewing 1 replies (of 1 total)
  • broadly speaking you’d need to change something like the below in the CSS to get a handle on it

    p.continue a{
    font-size:2em
    }

    but a link to you site is the best way to get help here. Your prob relates to HTML and CSS so need examples of that – not the PHP and the WP version

Viewing 1 replies (of 1 total)
  • The topic ‘Styling the “<?php the_content(‘Continue Reading…’); ?>”?’ is closed to new replies.