Title: parcodeisuoni's Replies - page 7 | WordPress.org

---

# parcodeisuoni

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

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

 Search replies:

## Forum Replies Created

Viewing 4 replies - 91 through 94 (of 94 total)

[←](https://wordpress.org/support/users/parcodeisuoni/replies/page/6/?output_format=md)
[1](https://wordpress.org/support/users/parcodeisuoni/replies/?output_format=md)
[2](https://wordpress.org/support/users/parcodeisuoni/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/parcodeisuoni/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/parcodeisuoni/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/parcodeisuoni/replies/page/6/?output_format=md)
7

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [change page number](https://wordpress.org/support/topic/change-page-number-1/)
 *  [parcodeisuoni](https://wordpress.org/support/users/parcodeisuoni/)
 * (@parcodeisuoni)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/change-page-number-1/#post-4068261)
 * Can U post a link to your site, please?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Category Issue?](https://wordpress.org/support/topic/category-issue-5/)
 *  [parcodeisuoni](https://wordpress.org/support/users/parcodeisuoni/)
 * (@parcodeisuoni)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/category-issue-5/#post-4068255)
 * Actually those seem to be the post IDs, not know why they’re there.
    You’re using
   a custom theme, so can you post also your content.php but also content-(the post-
   format you used) if you used post formats in your theme?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [changing font/color for post titles Twenty Twelve theme](https://wordpress.org/support/topic/changing-fontcolor-for-post-titles-twenty-twelve-theme/)
 *  [parcodeisuoni](https://wordpress.org/support/users/parcodeisuoni/)
 * (@parcodeisuoni)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/changing-fontcolor-for-post-titles-twenty-twelve-theme/page/3/#post-3971833)
 * Last thing…
    I saw in your child theme css you’ve put
 *     ```
       .entry-header .entry-title a {
       	color: #666699;
       	font-family: helvetica;
       }
       ```
   
 * try to change this to
 *     ```
       .entry-header .entry-title {
       	color: #666699;
       	font-family: helvetica;
       }
       ```
   
 * you’re actually styling just the title, not an `<a>` link as you wrote in you
   css.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [changing font/color for post titles Twenty Twelve theme](https://wordpress.org/support/topic/changing-fontcolor-for-post-titles-twenty-twelve-theme/)
 *  [parcodeisuoni](https://wordpress.org/support/users/parcodeisuoni/)
 * (@parcodeisuoni)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/changing-fontcolor-for-post-titles-twenty-twelve-theme/page/2/#post-3971832)
 * Hi Violet,
    ok let’s try to fix it step by step. If you have firebug installed
   and active, you’ll notice an arrow from the tools available. pick the arrow to
   select an element, and select one title of your site with that firebug arrow;
   firebug gives you some css details on the style tab panel.
 * You’ll notice it highlights something like
 *     ```
       .entry-header .entry-title {
           font-size: 1.57143rem;
       }
       ```
   
 * wich is the css property actually set for the page titles.
 * within firebug you can add properties and see the result in realtime.
    this is
   the big thing about Firebug, and the reason why WPyogi suggested it.
 * then you just have to add the new property to your child theme stylesheet, and
   you can do it as you prefer via ftp or with WP files editor.
 * Let me know if you’re in doubt, I’ll be glad to help you as I can.

Viewing 4 replies - 91 through 94 (of 94 total)

[←](https://wordpress.org/support/users/parcodeisuoni/replies/page/6/?output_format=md)
[1](https://wordpress.org/support/users/parcodeisuoni/replies/?output_format=md)
[2](https://wordpress.org/support/users/parcodeisuoni/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/parcodeisuoni/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/parcodeisuoni/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/parcodeisuoni/replies/page/6/?output_format=md)
7