• Resolved doggan

    (@doggan)


    How do i get bold text when i hover the submenu?
    Page: http://www.valdsforebyggarna.se

    Tried this but then the submeny gets bold without hovering:

    .main-navigation ul li:hover > ul {
    border-bottom: 10px solid #008080;
    font-weight: bold;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • CypressWebs

    (@jmeyer2485)

    When posting code please use backticks.

    Try this code:

    #site-navigation li li a:hover {
      font-weight: bold;
    }

    Thread Starter doggan

    (@doggan)

    Nice! Thank you very much 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bold text on hover submenu’ is closed to new replies.