Home › Forums › WoodMart support forum › how to increase font size of footer font and change color on hover › Reply To: how to increase font size of footer font and change color on hover
May 3, 2021 at 7:26 am
#289017
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.textwidget .menu li > a {
font-size: 18px;
}
.textwidget .menu li > a:hover {
color: red;
}
Regards.
Xtemos Studios.