Hey guys,
I am working on a project and decided to use the photography layout. I’ve noticed that under each of the menu items is a little saying like “where the heart is”. How do I edit or remove these? Thanks!
Hi hylandgraphics!
Please go to Appearance > Menus and click Screen Options and check “Description” and edit your text in description field – http://i.imgur.com/mjg0bd5.png
Best regards,
Yigit
Awesome. Thanks of the reply. Is there a way or some CSS that can change the description font color to #FBB040 ? Let me know. Thanks!
Hey,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Link provided in PC. I would like to change the color of the description text from green to the rollover yellow color. Can this be done? Thanks!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-menu-subtext {
color: #FBB040!important;
}
Regards,
Yigit
Thanks Yigit!!!!!