Strange background in footer widgets

Homepage Community Forums Legacy Theme Support Strange background in footer widgets

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6899
    lisao
    Customer

      I have just started using the latest Legacy version with the new Genesis version. For some reason I’m getting these strange white boxes showing up when I use a Genesis featured page or post widget in the Footer #1 widget area. Can’t get rid of it and can’t see using Firebug where it’s coming from. Can anyone help?

      #6907
      Eric
      Customer

        Can you post a link to your site so I can take a look?


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #6908
        Wes
        Moderator

          This is actually going to be fixed in an update coming soon. The reason you’re seeing a white background is because of the code in the “.entry“. If you look at other parts of your site that use “.entry” (the blog for example) it should have a white background. When you add a featured image inside of the footer widgets area, it’s just using that white background.

          To fix it, you can remove it by adding this in your css –

          .footer-widgets .entry {
              background: none;
          }
          #6974
          lisao
          Customer

            Thanks Wes. Now, I don’t have to look for the code. Appreciate it as always!

            #7021
            Wes
            Moderator

              You’re Welcome!

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Strange background in footer widgets’ is closed to new replies.