• Resolved gotmedia

    (@gotmedia)


    Hi there,

    Is there a way to remove the rotate image feature when someone goes to Edit Image?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    You can hide it with CSS:

    .imgedit-rleft, .imgedit-rright {
      display: none;
    }

    A knowledgeable user could restore it, but it’ll deter almost everyone. For more on using CSS to style admin screens see Creating Admin Themes.

    Thread Starter gotmedia

    (@gotmedia)

    Ahh didn’t think of that. Thank you bcworkz!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove core rotate image feature?’ is closed to new replies.