Title: problem with default theme
Last modified: January 23, 2021

---

# problem with default theme

 *  Resolved [link1921u](https://wordpress.org/support/users/link1921u/)
 * (@link1921u)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/problem-with-default-theme/)
 * Hi! It’s me again
 * When I was beginner with wordpress I changed the default theme with this CSS:
 *     ```
       .separate-containers  .inside-article  {
          background-image: url('https://frentevermina.com/wp-content/uploads/2020/10/Fondo_facciones.gif');
       	background-color: transparent;
       	background-size:cover;
       	background-repeat: round;
       }
       ```
   
 * Now it applies to all posts, and I would like to apply it to this page only:
 * Its ID-code is: 1145 and it is not a post, is a page
 * Do you know how I could do it?
    -  This topic was modified 5 years, 3 months ago by [link1921u](https://wordpress.org/support/users/link1921u/).
    -  This topic was modified 5 years, 3 months ago by [link1921u](https://wordpress.org/support/users/link1921u/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-default-theme%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Leo](https://wordpress.org/support/users/leohsiang/)
 * (@leohsiang)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/problem-with-default-theme/#post-13948075)
 * Hi there,
 * Edit your CSS to this:
 *     ```
       body.page-id-1145.separate-containers  .inside-article  {
          background-image: url('https://frentevermina.com/wp-content/uploads/2020/10/Fondo_facciones.gif');
       	background-color: transparent;
       	background-size:cover;
       	background-repeat: round;
       }
       ```
   
 *  Thread Starter [link1921u](https://wordpress.org/support/users/link1921u/)
 * (@link1921u)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/problem-with-default-theme/#post-13949243)
 * Thanks!!!!
 *  [Leo](https://wordpress.org/support/users/leohsiang/)
 * (@leohsiang)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/problem-with-default-theme/#post-13950602)
 * No problem 🙂

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

The topic ‘problem with default theme’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/generatepress/3.6.1/screenshot.
   png)
 * GeneratePress
 * [Support Threads](https://wordpress.org/support/theme/generatepress/)
 * [Active Topics](https://wordpress.org/support/theme/generatepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/generatepress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/generatepress/reviews/)

## Tags

 * [default theme](https://wordpress.org/support/topic-tag/default-theme/)

 * 3 replies
 * 2 participants
 * Last reply from: [Leo](https://wordpress.org/support/users/leohsiang/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/problem-with-default-theme/#post-13950602)
 * Status: resolved