Different colors and header-image depending the menu

  • Author
    Posts
  • #33331
    Atp

    Hello,

    I´m more or less a beginner… and sorry for my english… 🙂 I need help.

    My menu has 5 points. “technic”, “contact”, “Archiv”, “calendar”, “Special”

    I set my colors, graphics, fontstyle… via nirvana Settings. Now I need a way to change my colors and the header image, after clicking “Specials”.

    How can i achive this? I tried something like this (custom css):

    .page-item-183 {
    background-color: #144377 !important;
    background: url(/wp-content/uploads/2015/09/Header_Logo.png) no-repeat;
    }

    The color changes, but only from the “Special” button an not the whole menubar. Also the header-Image isn´t changing…

    Please help.

    #33545
    Zed
    Cryout Creations mastermind

    To change the background image per page, you can use a plugin.
    To change colours, reference
    body.page-ID identifier { color: #123; }

    To use different header images per page, use the theme’s functionality (under Featured Image Settings). Make sure the featured image is large enough to fill your header (width-wise).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Different colors and header-image depending the menu’ is closed to new replies.