change style based on pages

Home Forums Legacy Support Support queries Styling issues change style based on pages

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1207
    trapaniettech
    Spectator
    hi, i would change the style based on pages.... for example : page 1 --> color red page 2 --> color yellow   i would to change this style based on pages. it's possible ? thanks   .boxed #content .container, .boxed .main .container, .boxed #create_content .container { background: transparent; padding: 30px; }
    #1210
    VibeThemes
    Keymaster
    Yes, you can add your custom CSS to WP Admin->Appearance->Customize or you can also use child theme.
    #1211
    trapaniettech
    Spectator
    ok... buti i would change this style only in homepage and not in other pages....   how i do ?   Thanks
    #1217
    MrVibe
    Keymaster

    .home.boxed #content .container, .boxed .main .container, .boxed #create_content .container {

    background: transparent;

    padding: 30px;

    }

    use.home.boxed instead of .boxed

    #1218
    trapaniettech
    Spectator
    fantastic thanks  
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘change style based on pages’ is closed to new replies.