Title: Changing page font
Last modified: August 18, 2016

---

# Changing page font

 *  [sinjin](https://wordpress.org/support/users/sinjin/)
 * (@sinjin)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-page-font/)
 * I would like to change the font attribute on the sidebar menu for each page parent
   and children that I have. How can I do this?
 * Sidebar Example:
    Page parent font=black Page children font=red

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

 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-page-font/#post-161744)
 * And your page and css are where ?
 * At a guess…….
 * #menu ul li {
    color:#000; }
 * #menu ul li ul li {
    color:#ff0000; }
 * If that doesn’t work and you need more help, we’ll need a link.
 *  Thread Starter [sinjin](https://wordpress.org/support/users/sinjin/)
 * (@sinjin)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-page-font/#post-161752)
 * Hmmm…
 * I looked in the page template, css template and just about any other template
   I could think of but I didn’t find any code like your example
    for the parent
   page.
 * This is a new installation with the current version and all files are exactly
   uploaded as they came in the download.
 * Where should I be looking?
    Stylesheet Template? Page Template? Sidebar Template?
 * Thanks,
    SinJin…
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-page-font/#post-161755)
 * Try #sidebar where I have menu, and copy it to the bottom of your css file.
 * And don’t be shy about your site 🙂
 *  Thread Starter [sinjin](https://wordpress.org/support/users/sinjin/)
 * (@sinjin)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-page-font/#post-162305)
 * podz, you confused me.
 * I assume that either in the css or the sidebar template, there is code for the
   font of the parent and the children. Which template and what should I be looking
   for? Once I find it, then I assume I replace it with the code you provided below:
 * #menu ul li {
    color:#000; }
 * #menu ul li ul li {
    color:#ff0000; }
 * Am I correct so far?
 *  Thread Starter [sinjin](https://wordpress.org/support/users/sinjin/)
 * (@sinjin)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-page-font/#post-162462)
 * Anybody?
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-page-font/#post-162463)
 * “I assume that either in the css or the sidebar template, there is code for the
   font of the parent and the children.”
 * Yes, but without being able to see the code, I have no idea what the author may
   have called them – which is why I asked for a link.
    Link = quick, correct answer.
 *  Thread Starter [sinjin](https://wordpress.org/support/users/sinjin/)
 * (@sinjin)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-page-font/#post-162467)
 * Here ya go:
    [http://www.cupidspassion.net/wordpress/](http://www.cupidspassion.net/wordpress/)
 * I’d also like to be able to hide the children of all parent pages unless your
   under that particular parent if you could help with that as well. I’ve looked
   for answers but have not exactly found that answer.
 * Thanks..
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-page-font/#post-162468)
 * I am afraid that many of us do not know a lot about the coding of the CSS in 
   Kubrick which is the new WP default.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-page-font/#post-162475)
 * #sidebar UL LI#pagenav UL LI.page_item UL LI.page_item A {
    color:#ff0000; }
 * #sidebar UL LI#pagenav UL LI.page_item A {
    color:#000; }
 * Overdone a touch, but it works.
    Place that at the BOTTOM of your main css file.

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

The topic ‘Changing page font’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 3 participants
 * Last reply from: [Mark (podz)](https://wordpress.org/support/users/podz/)
 * Last activity: [21 years, 2 months ago](https://wordpress.org/support/topic/changing-page-font/#post-162475)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
