Hi, i want to know how to change the color for just 1 menu item.
I know i have to edit the css file but i am not sure how to change just one item,
This is my web: http://www.portalcorrientes.com
In the menu i want to change "CONTACTO" (the last item) for a darkness color.
Thanks!
Awake WP 3.1 Change 1 Menu Item Color Font
(2 posts)
(2 voices)
-
Posted 1 year ago #
-
Hi,
Go to the theme folder, and open the file "header.php". Just before the
</head>tag, paste this code:<style type="text/css"> .jqueryslidemenu ul li.page-item-23 a { color: #000; } </style>You will probably want to replace #000 with your own color.
Try that and let us know the results.
Posted 1 year ago #
Reply
You must log in to post.













