• Resolved link1921u

    (@link1921u)


    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 3 years, 10 months ago by link1921u.
    • This topic was modified 3 years, 10 months ago by link1921u.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    (@link1921u)

    Thanks!!!!

    No problem ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problem with default theme’ is closed to new replies.