Change Color or Highlight one Link at Main Menu

Posted in: Newspaper
Post count: 42

Hello, i’ve recently start with shopping on my theme.
And i need to bring attention to that.
I would like to ask you a way to Change Color or Highlight or Create a Especial Button on the specific link “Shopping” at the main menu.

My site is http://www.magazinefeminina.com

Thanks =)

Post count: 22421

Hello,

Unfortunately our theme does not have such an option. i see you already yse font awesome for menus and placed an icon on the menu. You can highlight the menu item if you want using a bit of css like for example:
.menu-item-24114{
border: 1px solid lightgrey;
border-radius: 12px;
border-style: dashed;
}

This should provide a subtle highlight to the shopping button. You can add the code in the theme panel-custom css box.
result: http://screencast.com/t/QUZwe6Xin4LY

Thank you!

Post count: 92

I have the same question for my site!

http://ea1.a87.myftpupload.com/

Post count: 92

(subscribing to this thread)

Post count: 92

I just tried this, but it doesn’t seem to be workiing:

.ubermenu .ubermenu-target-title .ubermenu-target-text .menu-item-22216 a {
color: #ff0000 !important;
}

: /

Post count: 22421

Hello,

If you use the ubermenu plugin you need to use the code based on the plugin classes. Use it like so:

.ubermenu-item-21343{
border: 1px solid lightgrey!important;
border-radius: 12px!important;
border-style: dashed!important;
}

Thank you!

Post count: 92

Thanks so much!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.