Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #342846

    How do we make the sub-menu background semi-transparent and the font white?

    #343819

    Hi koala!

    Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    .sub-menu a {
        color: white !important;
    }
    .sub-menu a, .sub-menu, .sub-menu li {
        background: rgba(0,0,0,0.2) !important;
    }

    Best regards,
    Elliott

    • This reply was modified 9 years, 5 months ago by Elliott.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.