Menu does not show up on home page

  • PatrolCaptain

    #35463

    Alright! I found it! Thanks to Prasanna SP. You are a great help!

    Now I need to find a way to change the font size of the submenu.

    PatrolCaptain

    #35464

    I’m done!! I put the following in custom CSS to change the font:

    #submenu a {
    color: #FFFFFF;
    font-size: 30%;
    padding: 3px 5px 3px 7px;
    text-shadow: 0 1px 0 #555555;
    }
    #submenu a:hover {
    text-shadow: 1px 1px 1px #000000;
    }

    This is a great tool and users group for making and managing websites!

    Thanks to those who helped.

Viewing 2 posts - 11 through 12 (of 12 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.