Support » Themes and Templates » Theme Neuro Skin color

  • Hi there

    This the website I’m building using the free Neuro theme by Cyberchimps http://www.frostair.co.uk

    My question has to do with changing the color of the menu/links bar at the top. The theme currently has a choice of 3 colors Black, gray or pink, none of which really suit. Does anyone know if I can add code to add more choices or change the color and what I need to do?

    The selection in Neuro is “Skin Color” by the way.
    Thanks

    Carl

Viewing 7 replies - 1 through 7 (of 7 total)
  • Don’t edit the original CSS file otherwise your changes will be overridden if you ever have to update your theme.

    You can add a child theme or if your theme has an area in the admin theme settings to enter your own custom CSS, you can enter the following to override your existing css sheet. Edit the color settings and style of your navigation bar to your liking.

    #fullmenu {
        background: -moz-linear-gradient(center top , #8A8A8A 0%, #707070 49%, #5E5E5E 51%, #777777 100%) repeat scroll 0 0 transparent;
    }
    #fullmenu {
        background: -moz-linear-gradient(center top , #333333, #111111) repeat scroll 0 0 transparent;
        border: 1px solid #222222;
        border-radius: 6px 6px 0 0;
        color: #FFFFFF;
        font-weight: bold;
        margin-left: 0;
        overflow: visible;
        text-decoration: none;
    }

    For more info on the ‘moz linear gradient’ thing:
    https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_gradients

    Thread Starter carlfoster

    (@carlfoster)

    Thanks waterworks2, I’ll give this a go!!

    from looking at the theme’s files, the theme has a lot of stylesheets in the sub folder:
    /css/color/

    possibly grab one of them and edit it to create your own color scheme.

    with a theme specific problem, it might also help if you post in the specific support section for the ‘neuro’ theme:
    http://wordpress.org/support/theme/neuro

    Can it work on my site [link to non-WordPress site moderated] too?

    @tutalib: It is impolite to interrupt another poster’s ongoing thread with a question of your own. It causes significant problems for the forum’s volunteers and prevents us from being able to track issues by topic. Please post your own topic.

    @tutalib

    besides, your site is not based on WordPress – you are in the wrong forum, or you have posted the wrong link.

    Am really very sorry about this guys

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Theme Neuro Skin color’ is closed to new replies.