Title: astoshka's Replies | WordPress.org

---

# astoshka

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Logo Hover effect](https://wordpress.org/support/topic/logo-hover-effect/)
 *  [astoshka](https://wordpress.org/support/users/astoshka/)
 * (@astoshka)
 * [13 years ago](https://wordpress.org/support/topic/logo-hover-effect/#post-3720790)
 * I tried to edit your CSS live in FireBug and it works. Maybe you are doing it
   wrong. Try to edit this rule to the theme’s custom.css file.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Logo Hover effect](https://wordpress.org/support/topic/logo-hover-effect/)
 *  [astoshka](https://wordpress.org/support/users/astoshka/)
 * (@astoshka)
 * [13 years ago](https://wordpress.org/support/topic/logo-hover-effect/#post-3720754)
 * You can do this with CSS. Add
 *     ```
       #logo a:hover img {
            opacity: 0.3;
       }
       ```
   
 * If you want smoother animation, you can use CSS [transitions](https://developer.mozilla.org/en-US/docs/CSS/Tutorials/Using_CSS_transitions).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to remove li:before {content: none;} with CSS in a child theme?](https://wordpress.org/support/topic/how-to-remove-libefore-content-none-with-css-in-a-child-theme/)
 *  [astoshka](https://wordpress.org/support/users/astoshka/)
 * (@astoshka)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/how-to-remove-libefore-content-none-with-css-in-a-child-theme/#post-2497151)
 * Or you can try:
 *     ```
       .commentlist > li:before {
         display:none;
       }
       ```
   

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