Header and Menu in Illustratr Theme

  • Unknown's avatar

    Hello.

    I would like to:
    center the image in my header
    and
    change the font color of the selected button within the navigation menu to light gray from dark gray

    Any help is greatly appreciated. Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    The picture looks centred to me, even if I resize the browser width.

    Here’s how to change the current page colour in your navigation menu and the hover colour – I wasn’t sure exactly which you meant so I thought it safer to show you both:

    .main-navigation ul li a:hover {
      color:#f00;
    }
    
    .main-navigation ul .current_page_item > a,
    .main-navigation ul .current-menu-item > a {
      color:#999;
    }

    You also need to make the footer legible (it’s part of the WordPress.com terms of service), so you should make it a little larger, but you can always make it slightly darker too:

    .site-footer {
      font-size:10px;
      color:#444;
    }
  • The topic ‘Header and Menu in Illustratr Theme’ is closed to new replies.