Hi,
The mobile menu shows as dark on a light background at the top right of the screen. But as I scroll down the page, the menu changes to from dark to white, so it becomes invisible against the white background of the page. Where I can edit the options for this?

    owno
    Hi
    Can you share the URL of site here so i can look on it which template you are using and suggest you color changes.

    Thank you. It's headfordlaceproject.ie

      owno
      Hi
      Open css/custom.css file and add this code

      .has-scrolled #top-right a.btn-empty {
          border-color: #fff;
          color: #fff;
      }

      change the color code as per needs.

      I only have a folder called "custom_rename_to_custom.css" ?? Putting that code in there didn't have any effect.

        owno
        Hi
        Kindly name the file as : custom.css
        and then add the code in this file.

        Thank you! That fixed it. 🙂

        Ninja locked the discussion.
        Write a Reply...
        You need to Login to view replies.