Title: ill66's Replies | WordPress.org

---

# ill66

  [  ](https://wordpress.org/support/users/ill66/)

 *   [Profile](https://wordpress.org/support/users/ill66/)
 *   [Topics Started](https://wordpress.org/support/users/ill66/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ill66/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ill66/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ill66/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ill66/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ill66/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[AccessPress Parallax] Is AccessPress Parallax Supported?](https://wordpress.org/support/topic/is-accesspress-parallax-supported/)
 *  [ill66](https://wordpress.org/support/users/ill66/)
 * (@ill66)
 * [11 months, 1 week ago](https://wordpress.org/support/topic/is-accesspress-parallax-supported/#post-18644460)
 * 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?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[azeria] Line under TITLE/LOGO](https://wordpress.org/support/topic/line-under-titlelogo/)
 *  [ill66](https://wordpress.org/support/users/ill66/)
 * (@ill66)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/line-under-titlelogo/#post-8257049)
 * 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)