Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #718271

    Hi Kriesi Team –

    I need the parent menu background and font weight changed, when I’m on the site and when mouse out (for example the site “Zäune”).
    By the status “rollover” it’s rather ok (see “1” in http://screencast.com/t/4jmlpIE7lgMl) – here is just “Produkte” in bold missing.
    But actually not, when I’m on the site “Zäune” (see “2”).
    There it should look like “3” (+ bold).

    The code I copied in Quick CSS until now:
    li.current-menu-item>a {
    background: #628c2e!important;
    font-weight: bold !important;
    letter-spacing:0.5px;
    }

    Thanks a lot for help.

    Marc

    #719809

    Hey Marc,

    You can go to Enfold theme options > Advanced Styling and edit “Main menu links” for initial and hover states. For active items, please post a link to your website so we can provide you an accurate custom CSS code :)

    Best regards,
    Yigit

    #720057

    Hi Yigit,
    Thank you for your reaction. I’ve changed something.
    The main menu sublevel links are as far as ok.

    Only 2 things are not correct yet:
    1. The background in the main menu should always be dark green (currently it is bright green when the user is on a main page like “Service”)
    2. If the user is on a main page, the navi-text should be underlined. This is currently working. But the text should also be underlined if the user is on a subpage of the main page (example: “Produkte” should be underlined if the user is on “Zäune”.)

    Thank you so much for your help.

    Marc

    #720516

    Hi,

    1- I went to Enfold theme option > Advanced Styling and set background color for main menu links hover state to “#54782a”.
    2- I added following code to bottom of Quick CSS field

    #top #header .av-main-nav > li.current-menu-ancestor > a {
        text-decoration: underline;
    }

    Please review your website now :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.