• Resolved styletheology

    (@styletheology)


    I just recently changed the fonts on my menu and colors, but now the dropdown menu isn’t showing up. Any ideas?

    Here is the link to my site I am developing: https://www.styletheology.com

    I also need to make the dropdown backgrounds be transparent color of the same as the menu.

    Any help is very much appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • My guess is either the hidden ‘breadcrumbs’ or you have not properly entered the web font code…

    in your source code I see (there are two of them with similar issue)

    <link rel='stylesheet' id='lobster-css'  href='https://fonts.googleapis.com/css?family=Lobster&ver=3.4' type='text/css' media='all' />

    should not be & # 0 3 8 ; ver = 3 . 4 (added the spaces)
    It should be simply something like:

    <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>

    Is a plugin doing this?

    To prevent such errors when adding code manually, make sure you are always pasting plain text. (OR type it out)

    Thread Starter styletheology

    (@styletheology)

    Where do I go to enter this code?

    Thread Starter styletheology

    (@styletheology)

    Figured out the problem, my margins were wrong

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dropdown menu not working any more’ is closed to new replies.