Support » Themes and Templates » Changing color in menu – Advantico theme

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’ll let you work it out for yourself. Firstly setup a child theme see http://codex.wordpress.org/Child_Themes

    Then read http://codex.wordpress.org/CSS to learn about editing your style.css file.

    Finally edit your new child style.css appropriately to add in the menu colour you want.

    Thread Starter IzzyW

    (@izzyw)

    Thank you tomontoast for your quick reply! Was hoping for someting like “change this and that on line 123 in file xyz” though. Oh my…

    So ok, I have made some changes in the code before. Guess these might get screwed up if I now set up a child theme. Did not do that before.

    Some changes in WP really take ages. Just a little color change…

    Thread Starter IzzyW

    (@izzyw)

    I have found the css file for the theme btw. Just did not manage to make the changes. Not up for a litte job are you?

    You need to add the following to your child css file:

    This changes the white colour:

    nav ul li a{
        color: rgb(1, 2, 3);
    
    }

    This changes the blue mouseover:

    nav ul ul li a:hover{
        color: rgb(101, 102, 103);
    }

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    tomontoast’s answers are right on target (this is a slef-help forum after all) but try contacting the theme’s author instead.

    http://themeforest.net/user/yashma

    We don’t support commercial theme’s here and part of what you paid for with that theme was support from that vendor.

    Not up for a litte job are you?

    If you want to hire someone please post to http://jobs.wordpress.net/ instead.

    While it’s not quite offering to pay, it’s getting close enough. Follow those links tomontoast provided, they’ll help you sort it out.

    Thread Starter IzzyW

    (@izzyw)

    Ok! Thanks a lot to you both!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing color in menu – Advantico theme’ is closed to new replies.