Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Change content on hover Reply To: Change content on hover

#282937
sukaram
Participant

Try this!

.menu > li ul a::after {
transform: rotate(270deg);
display: inline-block;
margin-left: 5px;
}