Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I wonder about that, too.
    I use Parallax on several WP installations with a child theme – but for years I can’t update the parent since it crashes the theme. activiating Parallax itself as theme (instead of the child) leads to instant critical error that I can’t even access my backend anymore.

    the website of AccessPress looks kinda abandonned as well – not even contact information?

    Hi, Pablo!
    This gave me such a hard time, when I wanted that line to disappear from my header!^^

    But it’s:

    .site-logo:after {
        content: "";
        height: 1px;
        background-color: #000000;
        width: 50%;
        min-width: 30px;
        margin: 10px auto 10px;
        display: block; }

    I just changed it to
    .site-logo:after {content: none;}

Viewing 2 replies - 1 through 2 (of 2 total)