Is it possible to add an image or change the text color of just one top level menu item in Awake?
add image to top level menu item?
(4 posts)
(2 voices)
-
Posted 10 months ago #
-
Hi,
Yes that's possible. Please provide me a link to your website, and tell me which is the item you want to change it's color. Then, I can provide you the exact code tweak that you need.
Posted 10 months ago # -
Thanks Ruderic,
The site is http://www.cbcowasso.com/
The item I'd like to change is the "New to CBC" link
Posted 10 months 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"> #menu-item-1245 a { color: #000; } </style>That will change the font color of the menu item. You can replace #000 with your own color code.
Posted 10 months ago #
Reply
You must log in to post.













