• Hello again!

    I’ve just created a page with the front page template and would like to remove the black rectangle at the top of the page that contains the text of the page. I’ve been searching for its styling at the css of the theme, but I’m just not experienced enugh to find it or even to determine if I am seeking for it at th right place.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Sami Keijonen

    (@samikeijonen)

    Hi.

    Just in case can you link to your site URL so that I can take a look?

    Thread Starter masafe1995

    (@masafe1995)

    Yes, I can, but I cannot publish the front page yet (as the project isn’t mine)…

    https://thealifeproject.com/en/

    For you to know what I’m exacly talking about, I will use your Munsa Lite demo (https://foxland.fi/demo/munsa/). I referring to that black rectangle where it says “And there was light. Let there be sound. And there was sound. Drums. Bass. Guitar. Meet the Foxland.” I have tried changing some css class atributes, but haven’t succeeded.

    Theme Author Sami Keijonen

    (@samikeijonen)

    You can hide it with CSS like this:

    .page-template-front-page .site-content {
    display: none;
    }
    • This reply was modified 7 years, 8 months ago by Sami Keijonen.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove the black rectangle at the top of the front page template’ is closed to new replies.