• Hi,
    After many sleepless nights my website is almost ready:) one of the last things that still need changing is this HOME bar/logo across my image. If i change the front page it is still there. Anyone could help? https://www.dpmakeup.co.uk

    Thank you

Viewing 1 replies (of 1 total)
  • That “bar” is the content container. You could hide it for the homepage by adding this custom CSS to your custom CSS file – or using a plugin like simple custom css :

    .home #content {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Bar across my image?!?’ is closed to new replies.