Title: eight17's Replies | WordPress.org

---

# eight17

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

 *   [Profile](https://wordpress.org/support/users/eight17/)
 *   [Topics Started](https://wordpress.org/support/users/eight17/topics/)
 *   [Replies Created](https://wordpress.org/support/users/eight17/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/eight17/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/eight17/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/eight17/engagements/)
 *   [Favorites](https://wordpress.org/support/users/eight17/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: [[WP-Forge] Block Grid Alignment](https://wordpress.org/support/topic/block-grid-alignment/)
 *  Thread Starter [eight17](https://wordpress.org/support/users/eight17/)
 * (@eight17)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/block-grid-alignment/#post-6218672)
 * > $align-block-grid-to-grid: false; //removes column gutter so edges of block
   > grid align with grid
 * Ahh… sorry, I misread this and thought it would remove the gutter/padding from
   the outer edges of the block-grid element. Not the padding from the main grid
   columns.
 * Ok, thanks for taking a look anyway.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WP-Forge] Change Font](https://wordpress.org/support/topic/change-font-58/)
 *  Thread Starter [eight17](https://wordpress.org/support/users/eight17/)
 * (@eight17)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/change-font-58/#post-6180481)
 * Perfect, this works… thanks for taking a look!
 * Just one correction for anyone else looking at this. There was a missing ‘ after
   the Google font URL. Should look like this:
 *     ```
       if ( ! function_exists( 'add_my_fonts' ) ) {
       	function add_my_fonts() {
       	    wp_enqueue_style('indieflower', '//fonts.googleapis.com/css?family=Indie+Flower');
       	}
       	add_action( 'wp_enqueue_scripts', 'add_my_fonts', 0);
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WP-Forge] Background Image Not Showing](https://wordpress.org/support/topic/background-image-not-showing-9/)
 *  Thread Starter [eight17](https://wordpress.org/support/users/eight17/)
 * (@eight17)
 * [11 years ago](https://wordpress.org/support/topic/background-image-not-showing-9/#post-6063412)
 * Just needed the !important declaration. I can now see the background image as
   expected!
 *     ```
       .header_container,
       .nav_container,
       .content_container,
       .sidebar_container,
       .footer_container {
            background-color: transparent !important;
       }
       ```
   
 * Thanks for taking a look!

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