• Resolved gatorjimbo

    (@gatorjimbo)


    Is there anyway to enlarge the icons used for the menu in the top bar?
    (side question: Is there anyway to make the hover over text permanent and not just hover?)

    Thank you!

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

    (@hannahritner)

    Hey, you can use this code to enlarge the images and change the color of them:

    .topbarmenu ul li a {
    color: #fff;
    font-size: 15px;
    }

    This you can use if you want no hover effect. Just set the color to the same as above:

    .topbarmenu ul li a:hover {
    color: #fff;
    background: none;
    }

    Just paste these into your custom css box in theme options > advanced settings.
    Hope this helps!
    Hannah

    Thread Starter gatorjimbo

    (@gatorjimbo)

    Thank you Hannah!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tob Bar menu icon’ is closed to new replies.