Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • id31 Friend
    #182383

    I have a question to the different color styles!

    Is it possible to get a color style for each point of menü?

    For Example:

    Home – blue default

    2nd Point – coffee

    3rd Point – red

    Give News please?

    Regards

    Luna Garden Moderator
    #473712

    <em>@id31 346908 wrote:</em><blockquote>
    Is it possible to get a color style for each point of menü?

    For Example:

    Home – blue default

    2nd Point – coffee

    3rd Point – red
    </blockquote>
    You meant that’s for each menu item right?
    I have a link that might help you out of such: http://css-tricks.com/forums/discussion/14845/mutli-color-menu-items-in-wordpress/p1
    Add style to your
    templatesja_briskcsstemplate.css
    With the code like this:

    .navbar .nav li:nth-of-type(1) { background:red } /* targets the first list-item and applies a red background */
    .navbar .nav li:nth-of-type(2) { background:green } /* targets the second list-item and applies a green background */
    .navbar .nav li:nth-of-type(3) { background:blue } /* targets the third list-item and applies a blue background */

    Of course the properties can be changed as your preferences.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Luna Garden 11 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum