• After the latest Agama theme update some texts in my menu appear white on smartphone view: “RACCONTI” and “CERCA PER GENERE” when selected, so it’s difficult to see them. How can I change their color?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • @lafalenait

    Add next CSS code to the: Customize -> General -> Additional CSS

    #agama-mobile-nav ul > li.menu-item-has-children.open > a {
      color: #000 !important; /* Desired color name or number */
    }

    Regards

    Thread Starter lafalenait

    (@lafalenait)

    This solves the problem on “RACCONTI” but it persists on “CERCA PER GENERE”. How can I do? Thank you so much!

    Try adding next one too:

    #agama-mobile-nav ul > li > ul li.menu-item-has-children > a {
      color: #000 !important;
    }
    Thread Starter lafalenait

    (@lafalenait)

    Okay, it’s perfect! Thank you again!

    Thank you too, I had the same problem! It took a while to recognize it.

    Now everything ist okay again and I’m happy!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unexpected white texts in menu’ is closed to new replies.