Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #244623
    Ulrich
    Participant

    Is there a possibility to influence Background Color of one Menue Item an subsequently its submenues and the mouse Rollover Color?

    Like:

    – Header Secondary Menu Color Options is set to: #1e73be

    – Menu Hover & Active Background Color ist set to: #81d742

    Now I would like to change those settings i.e. for the 4th section of the Menue

    See at
    https://www.stiftung-meeresschutz.org/

    Thanks for any good ideas in advance 🙂
    Ulrich

    #244685
    Skandha
    Participant

    @dsm: Hello Ulrich,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the background color of menu item HELFEN and its sub menu item */
    #menu-item-374, #secondary-menu ul.menu #menu-item-374 ul a {
        background-color: red;
    }
    /* To change the hover background color of menu item HELFEN and its sub menu item */
    #secondary-menu ul.menu #menu-item-374:hover > a, #secondary-menu ul.menu #menu-item-374 ul li:hover > a {
        background: #54fb01;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #244792
    Ulrich
    Participant

    @Skandha: Hi Skandha,
    great!!! does the job so nicely!

    Thanks a lot, this is very useful
    Kind regards
    Ulrich

    #244892
    Skandha
    Participant

    @dsm: Hello Ulrich, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/adventurous/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing Background Color of a single Menue Item an its submenue’ is closed to new replies.