Viewing 6 replies - 1 through 6 (of 6 total)
  • You’ve forgotten the period at the beginning: .blog-menu, not blog-menu. You can see in the inspector that it has the period at the beginning, right above the red arrow.

    Thread Starter cag8f

    (@cag8f)

    I certainly did forget the period. Very sad on my part. BUT, adding the period doesn’t help. The menu is still displayed.

    Thread Starter cag8f

    (@cag8f)

    AND, all of a sudden my page is being re-directed to Youtube’s homepage.

    Thread Starter cag8f

    (@cag8f)

    The Youtube thing seems to be unrelated.

    I see you have

    .blog-menu {
    display:hidden;
    }

    in your child theme, which won’t work. You need display: none;. Also, the ending bracket for the previous rule (.blog-menu > li:before) is missing, causing a parsing problem.

    I haven’t experienced the Youtube-refresh on your site, by the way.

    Thread Starter cag8f

    (@cag8f)

    OK sorry about all of that–issue(s) resolved. This was all due to mindless user error.

    >> I haven’t experienced the Youtube-refresh on your site, by the way.

    Good to know–I was worried for a bit. They seem to be gone on my end too.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Which selector/property to edit in removing main nav menu?’ is closed to new replies.