• The dropdown for admin actions on the front end has the icons, but no text is shown until mouseover. This happens with several different themes. I can fix it with css for specific posts, but since the id increments on different posts this isn’t working globally.
    Text is OK on the back end, it’s just on the front it doesn’t show.

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

Viewing 1 replies (of 1 total)
  • Thread Starter ubkma

    (@ubkma)

    OK, for now a css fudge to make the text visible is:

    #Tf-Wp .aec_link_text {
    	color: rgb(170, 170, 170) !important;
    }

    This also changes the color of the text for the EDIT button on the front end only. but not the text on the MORE OPTIONS button.

Viewing 1 replies (of 1 total)
  • The topic ‘Text in aec-dropdown-container transparent on front end’ is closed to new replies.