posted 1754121705
Forum: HTML Group
View Topics View Profile
How could i change color(hover color too), size and font of the every words on top bar?
Report Topic
posted 1754415956
<style>a:hover{
color: red !important;
}
</style>
Permalink Report Reply