• Tengo una sección con una franja blanca abajo del menú y arriba de la foto principal. Apareció con un tema anterior y no puedo eliminarla, no recuerdo cual era el tema y como se puso, pero si saben de algún código para eliminarla me vendría bien. Muchas gracias

    • This topic was modified 5 years, 2 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

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

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    I do not see a white stripe under the menu, but there is one above the footer. It’s because the content area background color is set to white. There should be a setting somewhere in the admin area to change background color to black because the color is set on the page as an element style for the div#content container.

    You could instead hide it by removing the bottom padding for the element. Do this by adding

    #content {
        padding-bottom: 0;
    }

    to the Additional CSS panel of the customizer.

Viewing 1 replies (of 1 total)
  • The topic ‘Sección blanca’ is closed to new replies.