Sight Theme: Changing style of main menu

  • I would like to change the style of the main menu (just above the slider) on the Sight theme. I would like to decrease the font size, remove the line frames around each of the page links, and instead have arrows for parent pages.

    my blog is here: http://ducttapeandbubblegum.com/

    I found an example of what I’m looking for. Stamp The Wax did a great job with the Sight Theme and the main menu has the same quality I am seeking….
    http://www.stampthewax.com/

    I have the CSS upgrade and have not been able to use it at all, as I don’t understand how to apply the css.

    Any help would be greatly appreciated!!

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

  • Don’t have arrows…. but see if this will get you close on other things. Adjust your font size to fit your taste.

    .main-navigation li a{font-size:80%}

    .main-navigation {
    border:none;}

    .main-navigation li {
    border:none;}

  • oops forgot to put in code:

    .main-navigation li a{font-size:80%}
    
    .main-navigation {
    border:none;}
    
    .main-navigation li {
    border:none;}
  • Thank you very much! That did the trick. The reduced font size seems to be causing a problem with the scroll down, now. If you have any thoughts on why that’s happening, I’d really appreciate it! Thank you, again!

  • I don’t see a problem with the scroll down, but maybe I’m not looking at the same thing you are? Is the problem still happening for you? If it is, could you describe it in more detail?

  • The topic ‘Sight Theme: Changing style of main menu’ is closed to new replies.