Support » Themes and Templates » Edit Menu Color In Echoes Theme

  • Navarrete

    (@navarrete)


    Hello,

    I’m using Echoes theme: http://www.evolvecare.com

    I’m trying to change the drop down menu color and went into the CSS under /* Navigation */ and tried to edit the color values there and there were no changes to the site. Right now the drop down menu color is black and I would like to change that, where is the location of that code?

    Also there are two thin strips of color on the very top of the site which colors I would love to be able to change.

    I am also trying to enable just the accordion option for the main page, how do I do that and where do I enter the pictures for the portfolio.

    I have the Echoes help manual and it didn’t help much.

    Thank you for all the great advice responding to previous questions I appreciate very much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Right now the drop down menu color is black and I would like to change that, where is the location of that code?

    To change the background color of that dropdown, look for this:

    .ddsmoothmenu ul li ul {
        background: #111;
    }

    To change the color of the links in that menu, look for the following color property:

    .ddsmoothmenu ul li ul li a:link {
        color: #747474;
    }

    Also there are two thin strips of color on the very top of the site which colors I would love to be able to change.

    I am not sure I see these, so I guess you have already fixed it.

    As per your question regarding the theme functionnailites, I would advise you to contact the theme author directly, this is a premium theme, for which you can receive support.

    Thread Starter Navarrete

    (@navarrete)

    Thank you Jeremy.

    I’m searching for the code you sent in the CSS and I’m finding nothing. I’m in a mac and I’m opening up the search in that page with (command F) so is that code located there or in a .php?

    The two thin strips of color are resolved, thank you.

    I will ask my client for the password for themeforest thank you for that suggestion! (laughing).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit Menu Color In Echoes Theme’ is closed to new replies.