• I am trying to have custom css for specific pages. I have read a couple threads on here and have already made a new page template but i do not know how to add css to it and have it override my current css. For example my page template looks like this now

    <?php
    /*
    Template Name: White
    */
    ?>
    
    <?php get_header(); ?>
    
    <?php the_post(); ?>
    
    <?php get_sidebar(); ?>
    
    <?php the_content(); ?>
    
    <?php get_footer(); ?>

    But i want to add css to it to have my font color black and my background color white. How would i go about this or am i already in the wrong direction?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘custom css per page’ is closed to new replies.