Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #203876

    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.

    #203879

    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

    #203882
    This reply has been marked as private.
    #203884

    Hey!

    Please try adding !important to force so it should be

    .header-scrolled .main_menu ul:first-child > li > a {
    color: black!important;
    }

    This should make it

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Two Last Nav. Issues’ is closed to new replies.