Pro Theme Design Forum » Mimbo Pro » Design Help

Menu - how to get a different item design ?

  • Started 10 months ago by jfoulquier
  • Latest reply from jfoulquier
  • This topic is not a support question

Hello,

I'm (still) using Mimbo Pro 2.2.1 + Dispatch.
I'm looking for a way to get a different background color for one of the
< li > from the #nav, in order to highlight it.

How can I get it done ?

  • darren
  • admin
  • Posted 10 months ago #

Do you mean the green nav at the top? That seems to be defined in the style.css in Dispatch:

#nav a, #nav a:visited

Yes I mean it.
But what I'd like is different : I want the last item to be in a different color. And only the last one.
Note that I'm confortable with editing the PHP code of the template to force a different CSS on the last item. What I'm not comfortable with is what to edit in the CSS files in order to make that possible.

  • darren
  • admin
  • Posted 10 months ago #

If you open nav.css, you could always try....

#nav li:last-child a, #nav li:last-child a:visited {
background: whatever
}

(forgot to say it works fine, thx)

Reply

You must log in to post.