Home › Forums › CSS › Change content on hover › Reply To: Change content on hover
February 15, 2019 at 9:51 am
#282932
Participant
Are you just wanting to rotate the arrow for submenus while leaving the top-level ones pointing down?
Look into applying transform:rotate();
, along with the desired degree/rotation value (probably 270deg), to nested list item elements.