Title: dkdivedude's Replies | WordPress.org

---

# dkdivedude

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sydney] Adjusting Post’s Header Font Sizes](https://wordpress.org/support/topic/adjusting-posts-header-font-sizes/)
 *  Thread Starter [dkdivedude](https://wordpress.org/support/users/dkdivedude/)
 * (@dkdivedude)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/adjusting-posts-header-font-sizes/#post-18777913)
 * I don’t think so, see my custom CSS in its entirety;
 * .title-post.entry-title {font-size: 1.5rem !important;}
   h1.wp-block-heading {
   font-size: 1.5rem !important;}h2.wp-block-heading {font-size: 1.4rem !important;}
   h3.wp-block-heading {font-size: 1.3rem !important;}h4.wp-block-heading {font-
   size: 1.2rem !important;}h5.wp-block-heading {font-size: 1.1rem !important;}h6.
   wp-block-heading {font-size: 1.05rem !important;}
 * li {margin 0 !important; padding: 0 !important}
 * .tag-cloud-link {margin:0 !important; padding: 0 !important;}
 * .comment-respond {
   background-color: #000040;}
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sydney] Adjusting Post’s Header Font Sizes](https://wordpress.org/support/topic/adjusting-posts-header-font-sizes/)
 *  Thread Starter [dkdivedude](https://wordpress.org/support/users/dkdivedude/)
 * (@dkdivedude)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/adjusting-posts-header-font-sizes/#post-18777841)
 * Changing the header font size on **Appearance -> Customize -> Typography -> Headings**
   page does absolutely nothing!
 * The following link is an example of a post from my website; [https://dkdivedude.com/2026/01/01/review-joyo-d-seed-ii/](https://dkdivedude.com/2026/01/01/review-joyo-d-seed-ii/)
 * I had to resort to custom CSS to set header font sizes;
 * h1.wp-block-heading {font-size: 1.5rem !important;}
   h2.wp-block-heading {font-
   size: 1.4rem !important;}h3.wp-block-heading {font-size: 1.3rem !important;}h4.
   wp-block-heading {font-size: 1.2rem !important;}h5.wp-block-heading {font-size:
   1.1rem !important;}h6.wp-block-heading {font-size: 1.05rem !important;}
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sydney] Changing Post Title Font Size](https://wordpress.org/support/topic/changing-post-font-size-2/)
 *  Thread Starter [dkdivedude](https://wordpress.org/support/users/dkdivedude/)
 * (@dkdivedude)
 * [6 months, 2 weeks ago](https://wordpress.org/support/topic/changing-post-font-size-2/#post-18774945)
 * Ok that worked thanks.
 * No I need to know how to change “normal” header font sizes, for a post page, 
   like H1 to G6/
 * I see adjustment to font size can be made under Customize -> Typography, however
   nothing changes when I change any font size for H1 through H6.
    -  This reply was modified 6 months, 2 weeks ago by [dkdivedude](https://wordpress.org/support/users/dkdivedude/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Only home page is index by Google](https://wordpress.org/support/topic/only-home-page-is-index-by-google/)
 *  Thread Starter [dkdivedude](https://wordpress.org/support/users/dkdivedude/)
 * (@dkdivedude)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/only-home-page-is-index-by-google/#post-12084375)
 * Found the following from another post, about adding pages that contains categories;
 * By default WordPress has category support for posts (not for pages). If you want
   support for categories on pages you have to look for another plugin that support
   it or add this code to your functions.php file in your theme or child-theme
 *     ```
       function support_category_for_pages() {  
           // Add category support to pages
           register_taxonomy_for_object_type('category', 'page');  
       }
       add_action( 'init', 'support_category_for_pages' );
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Only home page is index by Google](https://wordpress.org/support/topic/only-home-page-is-index-by-google/)
 *  Thread Starter [dkdivedude](https://wordpress.org/support/users/dkdivedude/)
 * (@dkdivedude)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/only-home-page-is-index-by-google/#post-12084271)
 * Ok I may just have answered by own question, as I now remember I did not actually
   create any “pages” but instead “categories”.
 * Well I do have one page, an “About” page. The link shows on my homepage, but 
   it is not indexed by Google.
 * Also is there a way to create pages, that each will only show a particular category?
    -  This reply was modified 6 years, 8 months ago by [dkdivedude](https://wordpress.org/support/users/dkdivedude/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How make posts go to specific page (menu)](https://wordpress.org/support/topic/how-make-posts-go-to-specific-page-menu/)
 *  Thread Starter [dkdivedude](https://wordpress.org/support/users/dkdivedude/)
 * (@dkdivedude)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/how-make-posts-go-to-specific-page-menu/#post-12049862)
 * Never mind. I figured it out by using “Categories” and then adding those to a
   menu, instead of adding “Pages”, and then when posting making sure a “Category”
   is selected.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How make posts go to specific page (menu)](https://wordpress.org/support/topic/how-make-posts-go-to-specific-page-menu/)
 *  Thread Starter [dkdivedude](https://wordpress.org/support/users/dkdivedude/)
 * (@dkdivedude)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/how-make-posts-go-to-specific-page-menu/#post-12049802)
 * To be more specific of what I need, is that posts go to the page(menu) I specify,
   and all posts is shown on my homepage.

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