• Resolved Einstein Web Design

    (@einstein-web-design)


    Hi there,

    I have tried to use the code posted above but it doesn’t seem to be working.

    I am trying to make the footer menu font size larger and also remove the background colour only on hover (I just want the text to highlight not a large grey box behind it).

    Thanks in advance!

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

    (@hannahritner)

    Hey, you can use this to make the font size larger:

    .footernav ul li a {
    font-size: 15px;
    }

    And this will remove the background hover:

    .footernav ul li a:hover {
    background: none;
    }

    Just paste them into your custom css box in theme options > advanced settings.

    Hannah

    Thread Starter Einstein Web Design

    (@einstein-web-design)

    Thank you worked a treat!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘footer menu font size larger and also remove the background colour only on hover’ is closed to new replies.