Primary Menu style request

  • Author
    Posts
  • #12986
    Gary

    Just one question – is there any way to change the Primary Menu style so as to not be blocky looking text holders? That is, not reversed colored text with blocks behind them, but just something a bit more normal – it detracts from what could otherwise be ab elegant design…any way?

    Thanks in advance! What a great theme BTW, kudos.

    #12987
    Jim

    Hi Gary

    The only way to change the look of the main menu, currently, is via custom CSS. I have added below some below that I put in for my site. Rounding and shadowing mainly.

    #access ul li a, #access ul li a span {
    border-radius: 5px 5px 5px 5px;
    font-family: Open Sans;
    }
    #access a span {
    border-radius: 5px;
    box-shadow: 0px 3px 5px black;
    display:block;
    padding:6px 13px;
    }

    I hope this helps

    Jim…

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Primary Menu style request’ is closed to new replies.