Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #152883
    wouwonline
    Participant

    Hi,
    I want to add an anchor link in the logo slider section, is that possible?
    I want the link in the menu ‘Referenties’ on: http://www.mediatrainingophetmediapark.nl, go to the logo slider section on the homepage.

    Hope it’s possible!

    #152903
    sapana
    Participant

    @wouwonline: Go to=> Customize=> Menu=> Add menu Item and add following link in Custom link
    http://www.mediatrainingophetmediapark.nl/#logo-section

    Let me know if it help you out!
    Kind Regards,
    Sapana

    #153274
    wouwonline
    Participant

    Hi, the link works, only the menu item is now always selected as ‘hover’.

    If you go to the website: http://www.mediatrainingophetmediapark.nl/
    you see that the menu item ‘referenties’ is seleceted, while in fact you are on the homepage.
    This appears since I added the anchor link in the menu.

    Can I fix that?

    #153381
    sapana
    Participant

    @wouwonline:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    .menu-primary .decree-nav-menu #menu-item-209.current-menu-item > a {
        color:#fff;
    }
    .menu-primary .decree-nav-menu #menu-item-209.current-menu-item > a:hover,
    .menu-primary .decree-nav-menu #menu-item-209.current-menu-item > a:focus {
        color:#a6d2dd;
    }

    Let me know if this helps you out!
    Kind Regards,
    Sapana

    #153700
    wouwonline
    Participant

    Hi, this is the link: http://www.mediatrainingophetmediapark.nl/
    On the homepage the menu item ‘Referenties’ is on default selected.

    #153703
    sapana
    Participant

    @wouwonline: I think I have already provided you the CSS code for this issue in previous post.Let me know if that works for you.

    Kind Regards,
    Sapana

    #153704
    wouwonline
    Participant

    Oh, sorry, you’re right, it works! thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Anchor link on homepage’ is closed to new replies.