• Hi,

    I have just created my first WordPress theme together with some Custom WordPress Page Templates that I have created but unsure of the following.

    For example, I have an “About Us” that points to an about-us.php template that I have created. With this, I allow the wp-admin user to go into the Pages Dashboard for the About Us page and start entering text based on available editor functions such as “Heading 1”, “bold” styling etc.

    What I would actually like, is to style the About Us page on some CSS rules where I can change the font, add tables/divs as well as indent some text as well.

    Is this possible and if so, how?

    Thanks.

Viewing 1 replies (of 1 total)
  • You can edit the page.php in your themes directory.Apply the formating which you want where <?php the_title(); ?> function is called

Viewing 1 replies (of 1 total)

The topic ‘CSS Styling my WP Pages’ is closed to new replies.