Site logo

Archived topic

start page with sections --> header after custom css suddenly shows up

4 replies · Started by Sven on February 19, 2016

Viewing posts 1–5 of 5

Hello Tom,

sorry to disturb you... I suddenly encountered a problem, I do not unterstand!

I added some custom css to .main-title

.main-title {
    text-shadow: -5px -5px 10px #bdbdbd, 0px -5px 10px #bdbdbd, 5px -5px 10px #bdbdbd;
}

and now on my start page the header shows, which was hidden until custom css and which was basically intended.

I have already deleted the custom css and played around with the layout properties. Nothing worked... any idea???

I appreciate your answer!

Sven

in addition:

to hide the header on my start page I use:

.page-id-nnn .inside-header {
    display: none;
}

But after customizing the text in my header that doesn't work any more!

  • I deleted/re-entered .page-id
  • deleted custom css .main-title (as above)
  • reset layout (hide/show title)

--> no impact (header unwantedly shown)

I added the custom css .inside-header at another position in my css... and tada!

But that's kind of strange to me...

Anyway: done!

This archived topic is closed to new replies.