1. How do I underline the menu links on the bottom. I have added this menu bar to the bottom of each page as a full width submenu from the avia builder. I would like them to be individually underlined and have a hover color. Is this an easy fix? CSS for that? Link for reference in private content.
2. How do I do page jumps or bookmarks? Take a look at the second link in the private content and you will see that I have icons at the top that I would like for you to be able to click on and it would take you to the corresponding color bar below it. Can anyone give me advice for that?
3. I’m looking to add a specific font to the entire website (Nexa) and I’m unsure how to do that, if it’s even possible. Any ideas?
Thank you for any help you can assist me with!!
Hey kenser,
1. Try this in Quick CSS:
#menu-footer-menu li a .avia-menu-text:hover {
text-decoration:underline !important;
}
2. Try adding a link like the following to the icons:
http://yoursite.com/page/#anchor
3. You will need to import the font in your CSS, read more on how to here: http://www.w3schools.com/css/css3_fonts.asp
Best regards,
Rikard
Thanks for getting back to me Rikard. Unfortunately the first two items did not work… However I was able to get the font to work. Any other suggestions for the first two?