Adding Styles to separate pages
-
I know this question has been asked before but I’ve tried a lot of the different ways and nothing has worked.
I need to add some styling to only certain pages (like the home page and the register page). One of these changes include changing the background image for just those 2 pages. I have tried using the code from this forum: https://www.ads-software.com/support/topic/different-style-css-on-different-pages?replies=5 and it doesn’t work. With mine I have:
<body <?php body_class(); ?> <?php omega_attr( ‘body’ ); ? <?php if ( is_page(array(‘register-page’, ‘home’))) {
echo ‘ class=”myclass” ‘; } ?>>Can someone please tell me where I am going wrong?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Adding Styles to separate pages’ is closed to new replies.