Forums
Home / Fixing WordPress / importing menu into wp
(@haki1988)
10 years, 2 months ago
Can i make menu with css and import it in widget? If yes, how?
(@lorro)
Not with css, but you could with html using a series of tags like this:
<a href="http//www.mysites.com/about">About</a><br />
Your text widget must support html, not all do.
I know but that is simple html navigation, no background, nothing.