background image on a page?

Homepage Community Forums Legacy Theme Support background image on a page?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #6541
    Focused.1
    Customer

      Thank you for any help in advance!

      I am having trouble finding the correct css to put an image in the background of a page. I was able to change the color but not able to insert an image. What css should I be working with?

      Thanks so much for your time and energy!

      #6551
      scooby
      Customer

        Sure I can help. If you can post a link to your site I can tell you exactly what needs to be changed.

        #6615
        Focused.1
        Customer
          This reply has been marked as private.
          #6623
          scooby
          Customer

            I can’t see what you wrote, the Private Replies can only be seen by Moderators, not regular members –

            You’ll have to post it the regular way in order for me to see it.

            #6629
            Focused.1
            Customer

              Hello Scooby,

              Thank you for the response. There is not much to see at the site right now I am just messing about trying to get some things in order before I build the real deal. Anyways here is the link –

              http://www.focusedwd.com/wordPress/

              Here is a link to a page where I would want to put in a background image.

              http://www.focusedwd.com/wordPress/hosted-events/

              Thanks so much for the help!

              #6631
              scooby
              Customer

                It depends, which part of the page? The entire page? or just a specific area? Also, are you trying to do this throughout the entire site or just that specific page?

                Sitewide – you could just add something to the body on line 152

                For that specific page you’d need to create code for that particular page ID/Class, which is page-id-1152 and then add that in front of .site-inner. Here is the site-inner code which wraps the content area (on line 552 in your css) –

                .site-inner {
                    background: #f5f5f5;
                    clear: both;
                    padding-top: 40px;
                    padding-top: 2.5rem;
                }

                you would need to add separate code like this – .page-id-1152 .site-inner

                #7445
                Focused.1
                Customer

                  Hi Scooby

                  I have a question regarding how this would work with a post.

                  I am using a testimonial plugin and am having a tough time removing the post background color.

                  Ideally I would like no background color just the text on top of the footer background color.

                  I have been messing about with the css but with no luck.

                  This is the site I am working on.

                  http://redlineautomotivegroup.com/

                  Thank you very much for any help or advice you can give!

                Viewing 7 posts - 1 through 7 (of 7 total)
                • You must be logged in to reply to this topic.