• 1. I want to change the font in used I the menu- on my site (girlavantgarde.com) the word “Home”, “About”, “Contact” etc. Where can I find this on the css style sheet? I’d like it to be the font railway. I’d also like the change the size.

    2. I’d like the delete the empty space beneath my menu (between the horizontal grey lines). Again, having trouble finding this on on css style sheet.

    3. Additionally, how do I align the widget titles on my slider to be centered? Right now, they are aligned left.

    The blog I need help with is https://www.girlavantgarde.com. Thanks so very much!!! I appreciate your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1.
    .menu ul li a
    {
    // styles
    }

    2. The empty white space (most of it anyway) is in #main, maybe there’s a padding-top.

    3. Slider?

    Firebug is your best friend!

    Thread Starter courtneystarr

    (@courtneystarr)

    Thanks so much, Andrew!
    For some reason, I still can’t find the location to change the menu font. The closest thing I found under menu is:
    #access ul {
    clear: left;
    float: right;
    list-style: none;

    Could list-style be it? And if so, when I replace none with, for example the font ‘railway’, there seems to be no change.

    No list-style is what appears next to each item in the list, like a bullet point, numbers, etc. Not every element will be in an existing style sheet as they may not have applied anything directly to the links (the “a” in the example I gave you).

    Railway is not a common websafe font. So you may have to use cufon to get it to display. Cufon Plugin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Forever theme – menu and slider changes’ is closed to new replies.