• Resolved adminmax

    (@adminmax)


    My paypal button link in my footer was added there with a custom html widget… but the background is white instead of similar to my footer. How can this be fixed?

    thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • caused by some table formatting.

    try to add to your custom styles:

    .custom-html-widget table tbody td, .custom-html-widget table tbody tr:nth-child(2n) td
    {
      background-color: #f3f3f3;
    }

    please consider to ask further theme related questions in https://wordpress.org/support/theme/storefront/

    Thread Starter adminmax

    (@adminmax)

    Thanks, this works. I had figured out it was caused by some table formatting, and tried some custom css, but could not figure out the right one…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom html widget background color in footer’ is closed to new replies.