Title: tcb1973's Replies | WordPress.org

---

# tcb1973

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Static page – posts?](https://wordpress.org/support/topic/static-page-posts/)
 *  Thread Starter [tcb1973](https://wordpress.org/support/users/tcb1973/)
 * (@tcb1973)
 * [13 years ago](https://wordpress.org/support/topic/static-page-posts/#post-3680335)
 * sorted
 * Thanks nic12345 that was how to do it.
 * Cheers Wpyogi too for your help
 * Sam
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changed permalink for SEO now get 404](https://wordpress.org/support/topic/changed-permalink-for-seo-now-get-404/)
 *  Thread Starter [tcb1973](https://wordpress.org/support/users/tcb1973/)
 * (@tcb1973)
 * [13 years ago](https://wordpress.org/support/topic/changed-permalink-for-seo-now-get-404/#post-3679789)
 * Well that was easy. Worked straight away.
 * Thanks Triptripper.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Increase font on blog main header title](https://wordpress.org/support/topic/increase-font-on-blog-main-header-title/)
 *  Thread Starter [tcb1973](https://wordpress.org/support/users/tcb1973/)
 * (@tcb1973)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/increase-font-on-blog-main-header-title/#post-3286938)
 * Sorted!
 * made changes in firebug, tested it out live then copied altered text into CSS
   edit in Jetpack.
 * All done
 * Thanks for your help guys
 * Sam
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Increase font on blog main header title](https://wordpress.org/support/topic/increase-font-on-blog-main-header-title/)
 *  Thread Starter [tcb1973](https://wordpress.org/support/users/tcb1973/)
 * (@tcb1973)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/increase-font-on-blog-main-header-title/#post-3286935)
 * i think you can install something called jetpack as a plugin
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Increase font on blog main header title](https://wordpress.org/support/topic/increase-font-on-blog-main-header-title/)
 *  Thread Starter [tcb1973](https://wordpress.org/support/users/tcb1973/)
 * (@tcb1973)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/increase-font-on-blog-main-header-title/#post-3286934)
 * i think you can install something called jetpack as a plugin
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Increase font on blog main header title](https://wordpress.org/support/topic/increase-font-on-blog-main-header-title/)
 *  Thread Starter [tcb1973](https://wordpress.org/support/users/tcb1973/)
 * (@tcb1973)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/increase-font-on-blog-main-header-title/#post-3286931)
 * Hey,
 * Used firefox/firebug didn’t find that exact code but found the relevant bit, 
   played around with sizing etc. how do i save changes though? when I came out 
   of firebug, it reverted?
 * CHeers
 * sam
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Increase font on blog main header title](https://wordpress.org/support/topic/increase-font-on-blog-main-header-title/)
 *  Thread Starter [tcb1973](https://wordpress.org/support/users/tcb1973/)
 * (@tcb1973)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/increase-font-on-blog-main-header-title/#post-3286924)
 * no * hangs head*
 * wanted to see if the last thing I posted was relevant, before I downloaded more
   confusing stuff.
 * I’ll go do it now 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Increase font on blog main header title](https://wordpress.org/support/topic/increase-font-on-blog-main-header-title/)
 *  Thread Starter [tcb1973](https://wordpress.org/support/users/tcb1973/)
 * (@tcb1973)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/increase-font-on-blog-main-header-title/#post-3286917)
 * This is in the custom header?
 * <?php
    $header_textcolor = get_header_textcolor(); if( ( !empty( $header_textcolor)&&
   $header_textcolor != ‘blank’ ) ): $head_wrap_bg_class = ( get_header_image() )?‘
   head-wrap-bg’ : ”; ?>
 * <div class=”grid_12″>
    <div id=”head-wrap” class=”<?php echo $head_wrap_bg_class;?
   >”> <div id=”head-text”> <span class=”site-name”>” title=”<?php echo esc_attr(
   get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ );?
   ></span> <span class=”site-description”><?php bloginfo( ‘description’ ); ?></
   span> </div> <!– end of #head-text –> </div> <!– end of #head-wrap –> </div> 
   <div class=”clear”></div>
 * <?php
    elseif( get_header_image() ):
 * if ( function_exists( ‘get_custom_header’ ) ) {
 *  $header_image_width = get_custom_header()->width;
    $header_image_height = get_custom_header()-
   >height;
 * } else {
 *  $header_image_width = HEADER_IMAGE_WIDTH;
    $header_image_height = HEADER_IMAGE_HEIGHT;
 * }
    ?>
 * <div class=”grid_12″>
    <div id=”head-wrap”> <div id=”head-image”> ” title=”<?
   php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><img src
   =”<?php header_image(); ?>” width=”<?php echo $header_image_width; ?>” height
   =”<?php echo $header_image_height; ?>” alt=”<?php bloginfo( ‘name’ ); ?>” />
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Increase font on blog main header title](https://wordpress.org/support/topic/increase-font-on-blog-main-header-title/)
 *  Thread Starter [tcb1973](https://wordpress.org/support/users/tcb1973/)
 * (@tcb1973)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/increase-font-on-blog-main-header-title/#post-3286915)
 * hi,
 * that code is not in the CSS?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Theme doesn't fit (bottom scroll bar)](https://wordpress.org/support/topic/theme-doesnt-fit-bottom-scroll-bar/)
 *  Thread Starter [tcb1973](https://wordpress.org/support/users/tcb1973/)
 * (@tcb1973)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/theme-doesnt-fit-bottom-scroll-bar/#post-3286298)
 * Forum is not very good. Couldn’t work out how to register!
 * Sorted issue though – It was a dodgy widget – FB like button.
 * Thanks anyway
    sam

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