Hey James,
1- You can upload your selected font folder to the fonts folder of circleflip theme directory and then apply that font using custom CSS
Navigate to Theme Options >> General Settings >> Advanced
in the Custom CSS panel
.mainHeader .navbar .nav > li > a, .mainHeader .navbar .nav > li > a, .mainHeader .dropdown-menu > li > a, .headerStyle1 .dropdown-menu > li > a, .mainHeader .dropdown-menu > li > a, .megaMenu li.menu-item a{
font-style:’you-selected-font-name’;
}
2- Again through CSS
.header_top_left a, .header_top_left p{
color: #2a2a2a;
}
with your selected color of course.
3- Can you please include a link for this one, I don’t want to give a solution that would mess all your links.
Cheers.