Unwanted Color at Bottom of Widget

Homepage Community Forums Aspire Theme Support Unwanted Color at Bottom of Widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18575
    GeoUser
    Customer

      Hello,

      Not any kind of coding expert, so I’m lost on this problem…so hoping for some help.

      Using the Aspire Pro theme, and in the Front Page 4 widget area, I wanted a different colored background, so I created a new JPEG in a “green” color to replace the default “black” JPEG in that spot.

      The default graphic was 1800 x 1200 pixels, and so I created my green graphic to that same size…but after replacing the default JPEG with my new JPEG, there is some kind of black “background” appearing just “below” my new green background.

      I want my new green JPEG to fill that space…so that the background of the Featured Section 4 area is green, and then the next area is the default “gray” background. Is there a way to do that?

      Here’s the temporary URL for the site:
      http://thewpunblog.com

      Thanks for any help.

      Christian

      #18577
      Wes
      Moderator

        Yeah that happens to just about every theme that uses Parallax features when the background image isn’t large enough to cover the space. The black you’re seeing is the background of that widget area. Your image isn’t large enough so some of the background shows when scrolling.

        Since your background is consistently green, you could just make the entire background of the front-page-4 widget area green……You could actually just use CSS without the need of the Green Image.

        Look for line 1576 in your CSS or search for this and change the color to what I have below –

        .front-page-4 {
            background-color: #3cc0b2;
        }
        #18586
        GeoUser
        Customer

          Thanks, Wes…very helpful. I thought maybe it was something like that, but had no idea where to look to change the code…so I’ll give it a try. THANK YOU!!!!!

          Christian

          #18587
          Wes
          Moderator

            You’re Welcome!

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