Title: fivebs's Replies | WordPress.org

---

# fivebs

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder Gutenberg Blocks – CoBlocks] Media Carousel picture name no longer available](https://wordpress.org/support/topic/media-carousel-picture-name-no-longer-available/)
 *  Thread Starter [fivebs](https://wordpress.org/support/users/fivebs/)
 * (@fivebs)
 * [8 months, 1 week ago](https://wordpress.org/support/topic/media-carousel-picture-name-no-longer-available/#post-18678125)
 * I found a workaround which is to edit the page using Code Editor rather than 
   Visual Editor.
 * I’d still like to know why the option to edit a figcaption using the Visual Editor.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder Gutenberg Blocks – CoBlocks] Layout and Image Adjustments](https://wordpress.org/support/topic/layout-and-image-adjustments/)
 *  [fivebs](https://wordpress.org/support/users/fivebs/)
 * (@fivebs)
 * [9 months, 3 weeks ago](https://wordpress.org/support/topic/layout-and-image-adjustments/#post-18620815)
 * The Post Carousel doesn’t seem to have any media settings. I suggest you edit
   the post itself to add padding. The Media and Text CoBlock has Padding under 
   the Dimensions section.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Go] Add a block to the top/bottom of every page automatically.](https://wordpress.org/support/topic/add-a-block-to-the-top-bottom-of-every-page-automatically/)
 *  Thread Starter [fivebs](https://wordpress.org/support/users/fivebs/)
 * (@fivebs)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/add-a-block-to-the-top-bottom-of-every-page-automatically/#post-17222981)
 * Thank you Milos. That would indeed do the trick for the blog page but I am also
   trying to setup WooCommerce and there are a multitude of pages that come with
   that. I’d rather not have to create them all again to add a block to the header.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Go] How to change the page title on the Go theme](https://wordpress.org/support/topic/how-to-change-the-page-title-on-the-go-theme/)
 *  Thread Starter [fivebs](https://wordpress.org/support/users/fivebs/)
 * (@fivebs)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/how-to-change-the-page-title-on-the-go-theme/#post-17182020)
 * Thank you Andrija (@gdandrija)
 * Your fix did the trick for the title itself but I needed a little extra to change
   the background for that entire section. Here is is in case it helps someone else:
 *     ```wp-block-code
       header.page-header {
           background-color: #000000 !important;
           color: #FFFFFF !important;
       }
       h1.post__title {
       background-color: #000000 !important;
       color: #FFFFFF !important;
       }
       .entry-header {
           max-width: initial !important;
           padding-top: 0 !important;
       }
       ```
   

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