[Resolved] start page with sections –> header after custom css suddenly shows up

Home Forums Support [Resolved] start page with sections –> header after custom css suddenly shows up

Home Forums Support start page with sections –> header after custom css suddenly shows up

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #173957
    Sven

    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

    #173958
    Sven

    sorry… I forgot:

    –> http://www.fudiggl.de

    #173960
    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)

    #173961
    Sven

    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!

    #174054
    Tom
    Lead Developer
    Lead Developer

    Typically if CSS below an entry stops working it means you have an error in your CSS.

    When the browser finds an error in CSS it stops reading the rest of the file.

    You can validate your CSS here: https://jigsaw.w3.org/css-validator/#validate_by_input

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.