• Resolved nicki_mara

    (@nicki_mara)


    Hi!

    I was wondering if it is possible to have more than one background color in the same menu? If this an option what could be achieved with the Pro package or with CSS?

    Thanks,

    Nicki

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    There is no option for that in the Free or the Pro version.

    Do you have a mockup image of how it will look to see if it’s something simple that could be done with custom css?

    [ Signature moderated ]

    • This reply was modified 8 years, 8 months ago by Jan Dembowski.
    Thread Starter nicki_mara

    (@nicki_mara)

    Hi Rui,

    Thanks for replying. The image in the link is what my client is after.

    Thanks for your assistance,
    Nicki

    Mockup of what I am after

    Plugin Author Rui Guerreiro

    (@takanakui)

    Add the code below to the custom css option in WP Mobile Menu and adjust the background and text color to the desired one.

    .mobmenu_content li:nth-child(8), .mobmenu_content li:nth-child(9), .mobmenu_content li:nth-child(10), .mobmenu_content li:nth-child(11), .mobmenu_content li:nth-child(12),.mobmenu_content li:nth-child(13), .mobmenu_content li:nth-child(14)  {
        background-color: #6b6256;
        color: #fff;
        margin: 0!important;
    }

    Let me know if it worked.

    [ Signature moderated ]

    • This reply was modified 8 years, 8 months ago by Jan Dembowski.
    Thread Starter nicki_mara

    (@nicki_mara)

    Thank you so much! Worked like a dream.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Glad it’s working.

    If you’re enjoying WP Mobile Menu, rate and review the plugin to spread the word!

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Different background color in same menu’ is closed to new replies.