For the color of your drop down menu:
1. Go to your style.css and find this:
.sf-menu li li a {
padding: 10px 12px;
border-top: 1px solid #DDD;
border-left: 1px solid #fff;
color: #13a;
text-decoration: none;
}
2. Change color: #13a; to color: #fff;
For changing the link in your logo, if your theme don’t provide an option to do it, the only way is to edit the source code of your theme. Probably in the header.php file. You can paste the content of the file in a service like pastebin.com and we can take a look to the code and advice you.
if your theme don’t provide an option to do it, the only way is to edit the source code of your theme. Probably in the header.php file.
Which should preferably be done in a child theme so that the changes are not lost when the theme is updated – see:
http://codex.wordpress.org/Child_Themes
Would you happen to also know how to add a business phone number under the facebook, twitter widgets on the right corner???
oh also… is there a code for the hover over in the menu?? to make it red when you hover over it?
and I was able to just add that code for the color to the add extra CSS in the cherry options without having to touch the actual css page.
You really should ask the developers of your theme for help with these questions – as these forums don’t support commercial products –
http://codex.wordpress.org/Forum_Welcome#Commercial_Products