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?
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…
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Primary Menu style request’ is closed to new replies.
Our site uses only necessary functionality cookies.
See the cookies policy for more info.