Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #695123

    Hi,
    in my site I have a label “contact”.
    I don’t want create a new page, but I would that this label can point to #contact box in the homepage.
    If the user is in another page of the site clicking on CONTACT will return to the homepage on the contact box.
    Here the image to be more clear

    #695124

    Hi Rosa!

    Your contact section and the section at the top has the same ID, “contact”. Please edit the top one and give it a different ID and then link your contact page to http://yourdomain.com/#contact in Appearance > Menus

    Cheers!
    Yigit

    #695127

    Hi Yigit,
    it works, but why if i’m in the hp the colore of the “contact” label is grey?

    #695128

    Hi,

    Because it is being recognized as active page. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .home #wrap_all .av_header_transparency .main_menu ul:first-child > li.current-menu-item > a > .avia-menu-text {
        color: white!important;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #695132

    Perfect!
    Thank you!

    #695133

    Hey!

    You are welcome!
    Let us know if you have any other questions or issues!

    Regards,
    Yigit

    #701913

    You forget to close this post :))))

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘anchor #link menu’ is closed to new replies.