Down to two fairly simple issues.
1) The navigation is transparent and turns to white when you scroll. Problem is the text is also white. So need the text to to turn grey or black once you start scrolling.
2) Would like to move the logo to the left about 75 pixels…
Thank you in advance.
Hey mycreditgroup!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1)
.header-scrolled .main_menu ul:first-child > li > a { color: black; }
2)
.logo { left: 75px; }
Please flush browser cache after applying the code and refresh your page a few times
Regards,
Yigit