• Resolved forestine

    (@forestine)


    I followed directions from a previous thread to add custom css for the fonts of my menu headers, but I can’t seem to find the css to change the font for the submenus. I want to get rid of the shadow, make the text a little larger and have a different font as the submenu. https://www.lindsayjoy.ca is the site I’m working on.
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think you are after something like this in your child themes style.css, if so just replace the color red to the effect you are after.

    .link-effect .sub-menu a span {
    color: red;
    }

    Thread Starter forestine

    (@forestine)

    Thank you! It worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing fonts of dropdown menus’ is closed to new replies.