Viewing 4 replies - 1 through 4 (of 4 total)
  • For “faded” do you mean the effect with which the submenu appears?
    If yes, you can find submenus effects options in the same section I suggested you yesterday to make the dropdown on hover.
    The “fuzzy” issue, is about a plugin you’re using

    <link rel="stylesheet" href="https://empireconsumerservices.com/wp-content/plugins/easy-slide-show/css/example.css">

    this applies some text shadows to those elements,
    Adding this to your custom css should fix it:

    header.tc-header .navbar .nav li a {
        text-shadow: 0 1px 0 #fff;
    }

    Thread Starter Empire2014

    (@empire2014)

    Your the best! that worked awesome. Thank you so much!

    Thread Starter Empire2014

    (@empire2014)

    Sorry, when I logged out of my dashboard, it converted back to way it was. So when I logged into my dashboard then the fuzzy disappears. It seem like it’s not saving properly.

    header.tc-header .navbar .nav li a {
    text-shadow: 0 1px 0 #fff;
    }

    Probably because of supercache.
    Can you delete its cache?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Submenu All Fuzzy and Faded’ is closed to new replies.