• I had to add css script to the child theme css to make it grey… but the lettering is still blue. What do I add to make it white??

    This is the drop down menu under the ABOUT US….

    http://www.herculesdemolition.com/newsite/home

    also, how do I make the logo redirect to that address above?? right now it directs to herculesdemolition.com/newsite which is the blog, not the home page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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

    Thread Starter HerculesDemo

    (@herculesdemo)

    Would you happen to also know how to add a business phone number under the facebook, twitter widgets on the right corner???

    Thread Starter HerculesDemo

    (@herculesdemo)

    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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘change font color…’ is closed to new replies.