Tagged: anchor link, enfold
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
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
Hi Yigit,
it works, but why if i’m in the hp the colore of the “contact” label is grey?
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
Perfect!
Thank you!
Hey!
You are welcome!
Let us know if you have any other questions or issues!
Regards,
Yigit
You forget to close this post :))))