TOPIC: Style and icon picture in menu

Style and icon picture in menu 10 years 4 months ago #3019

  • danielblasco
  • danielblasco's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 64
  • Thank you received: 1
  • Karma: 0
Hello,
I need to change color of a menu item only to red. I have also placed an icon I need to move a little lower. And remove the arrow duplicated. (see image)

www.pixelatumente.es/ortomediterraneo
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
Last Edit: 10 years 4 months ago by danielblasco.
The administrator has disabled public write access.

Re: Style and icon picture in menu 10 years 4 months ago #3029

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,


You can edit dropdownMenu.css file as below:
Line 121
#ot-mainmenu ul.level0 li a span {
    color: #980000; /* edit your color here */
    font-family: message-box;
    height: 50px;
    line-height: 51px;
    padding: 0;
}

and remove arrow down icon then you can add more this css style here:
#ot-mainmenu ul.level0 li.parent a span span {
    background: none repeat scroll 0 0 transparent;
}

Thanks
The administrator has disabled public write access.
The following user(s) said Thank You: danielblasco
Time to create page: 0.100 seconds