logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.

$4
Zenko Magazine Theme editing

Need to change the menu bar color on Zenko Magazine wordpress template but cant figure how to do it. Template is here: http://www.wpzoom.com/themes/zenko/

Thanks!

This question has been answered.

adamodar | 08/21/10 at 3:23pm Edit


(5) Possible Answers Submitted...

See a chronological view of answers?

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

  • avatar
    Last edited:
    08/21/10
    5:35pm
    MagoryNET says:

    There is a menu.png file in the Zenko Magazine template folder in subfolder images. You have to change the color of it in GIMP/Photoshop for example using colourizing layer or brush.
    Or if you want the menu to have a simple, one-colour background add #menu {background:#ff000} at the end of style.css in the Zenko template folder (change #ff000 to the colour of your choosing).

    Previous versions of this answer: 08/21/10 at 5:33pm | 08/21/10 at 5:35pm

  • avatar
    Last edited:
    08/21/10
    5:32pm
    Dan | gteh says:

    You need to replace this file http://www.wpzoom.com/demo/zenko/wp-content/themes/zenko/images/menu.png with the new color.

    Design a small image the same size as that one with the colors you want and then replace it.

  • avatar
    Last edited:
    08/21/10
    5:35pm
    Andrew C says:

    go into the file "style.css" in your theme folder and look for:

    #menu {
    background: url(images/menu.png) repeat-x;
    height: 33px;
    margin: 0 auto; }



    -----
    change the image at "images/menu.png" to a different color. The image is located within your theme > image folder.


    alternatively you can also replace:
    background: url(images/menu.png) repeat-x;

    -- REPLACE WITH--
    background:#ea4444;  /* #ea4444 is the color you want for the menu */


    Previous versions of this answer: 08/21/10 at 5:33pm | 08/21/10 at 5:34pm | 08/21/10 at 5:35pm

  • avatar
    Last edited:
    08/25/10
    10:32am
    Yoosuf Muhammad says:

    Take a backup of the existing theme folder and do the following changes.

    Open up the /wp-contents/zenko/style.css and go to the line number #299 and you will find the following CSS block.


    #menu{
    background: url(images/menu.png) repeat-x;
    height: 33px;
    margin: 0px auto;
    }


    and make sure that you having an alternative color menu.png, and grab that to the /wp-contents/zenko/images and replace with the existing.

    in order to use the color change of the menu.png, use Photoshop, Fireworks or any optional and handy image processing application.


    Good Luck
    Yoosuf
    http://eyoosuf.com

    Previous versions of this answer: 08/22/10 at 4:13am

  • avatar
    Last edited:
    08/24/10
    11:19am
    Nilesh shiragave says:

    Hi

    You can replace image menu.png in your theme images folder with new one. I have attached some images with this message you can try them.

    If you want to just us color instead of image to the background then open

    wp-content/zenko/style.css

    search for this code block



    #menu{

    background: url(images/menu.png) repeat-x;

    height: 33px;

    margin: 0px auto;

    }

    just replace the line

    background: url(images/menu.png) repeat-x;

    with your color code like

    background:#000000;


    If you want to edit the menu.png then open menu.png in photoshop. Choose "Image/Adjustment/Color Balance..." from the top menu or just click "Ctrl + B" hotkey.

    then you can adjust the colors to choose image as you want. then just replace image menu.png in you wp-content/themes/zenko/images/ folder.

    Let me know if you want any help.


    • 08/24/10 11:21am

      Nilesh shiragave says:

      Images are not attached to my previous message you can download them from

      http://snilesh.com/demo/menu_samples.zip

This question has expired.





Current status of this question: Completed



Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.